Skip to content

Commit 6de4767

Browse files
committed
use __APPLE__ instead of HAVE_MACH
1 parent f87caf9 commit 6de4767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/voucher_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ dispatch_queue_create_with_accounting_override_voucher(const char *label,
400400
* voucher ports directly.
401401
*/
402402

403-
#ifdef HAVE_MACH
403+
#ifdef __APPLE__
404404
#include <mach/mach.h>
405405
#endif
406406

0 commit comments

Comments
 (0)