Skip to content

Commit fdeae8a

Browse files
committed
guard include of mach.h with HAVE_MACH
1 parent f013a99 commit fdeae8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

private/voucher_private.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,9 @@ dispatch_queue_create_with_accounting_override_voucher(const char *label,
400400
* voucher ports directly.
401401
*/
402402

403+
#ifdef HAVE_MACH
403404
#include <mach/mach.h>
405+
#endif
404406

405407
/*!
406408
* @function voucher_create_with_mach_msg

0 commit comments

Comments
 (0)