diff options
Diffstat (limited to 'zix/sem.h')
-rw-r--r-- | zix/sem.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 @{ |