Skip to content

Commit e67751f

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 553c05c commit e67751f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

private/private.h

+2
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)