diff options
author | David Robillard <d@drobilla.net> | 2019-01-06 17:04:21 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-01-06 17:04:21 +0100 |
commit | 5807e4a873730fdb245b3c39913fc6acb3779f8a (patch) | |
tree | 0dd771ec001522848c37709a15af8692f9713208 /zix/sem.h | |
parent | ef51139dfb60850c9ee4f6d9ea4ea7bfbc4aa15a (diff) | |
download | zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.tar.gz zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.tar.bz2 zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.zip |
Clean up includes
Diffstat (limited to 'zix/sem.h')
-rw-r--r-- | zix/sem.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -17,6 +17,10 @@ #ifndef ZIX_SEM_H #define ZIX_SEM_H +#include "zix/common.h" + +#include <stdbool.h> + #ifdef __APPLE__ # include <mach/mach.h> #elif defined(_WIN32) @@ -27,8 +31,6 @@ # include <errno.h> #endif -#include "zix/common.h" - #ifdef __cplusplus extern "C" { #endif |