Skip to content

Commit 100c055

Browse files
committed
private: remove reference to mach.h
This removes the reference to mach.h which is pulled in when building tests. This allows building tests on Windows.
1 parent 1ba15ff commit 100c055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

private/private.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
#endif
6868
#include <dispatch/workloop_private.h>
6969
#include <dispatch/source_private.h>
70+
#if HAVE_MACH
7071
#include <dispatch/mach_private.h>
72+
#endif
7173
#include <dispatch/data_private.h>
7274
#include <dispatch/io_private.h>
7375
#include <dispatch/layout_private.h>

0 commit comments

Comments
 (0)