aboutsummaryrefslogtreecommitdiffstats
path: root/src/zix/sem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zix/sem.h')
-rw-r--r--src/zix/sem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zix/sem.h b/src/zix/sem.h
index 1fea796..e306052 100644
--- a/src/zix/sem.h
+++ b/src/zix/sem.h
@@ -17,6 +17,8 @@
#ifndef ZIX_SEM_H
#define ZIX_SEM_H
+#include "zix/common.h"
+
#ifdef __APPLE__
# include <mach/mach.h>
#elif defined(_WIN32)
@@ -27,8 +29,6 @@
# include <errno.h>
#endif
-#include "zix/common.h"
-
#ifdef __cplusplus
extern "C" {
#endif