summaryrefslogtreecommitdiffstats
path: root/zix/sem.h
diff options
context:
space:
mode:
Diffstat (limited to 'zix/sem.h')
-rw-r--r--zix/sem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zix/sem.h b/zix/sem.h
index 24bc446..faeb148 100644
--- a/zix/sem.h
+++ b/zix/sem.h
@@ -19,8 +19,6 @@
#include "zix/common.h"
-#include <stdbool.h>
-
#ifdef __APPLE__
# include <mach/mach.h>
#elif defined(_WIN32)
@@ -35,6 +33,8 @@
extern "C" {
#endif
+#include <stdbool.h>
+
/**
@addtogroup zix
@{