diff options
Diffstat (limited to 'zix/thread.h')
-rw-r--r-- | zix/thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zix/thread.h b/zix/thread.h index e2b59c4..b7956d2 100644 --- a/zix/thread.h +++ b/zix/thread.h @@ -19,8 +19,6 @@ #include "zix/common.h" -#include <stdbool.h> - #ifdef _WIN32 # include <windows.h> #else @@ -28,6 +26,8 @@ # include <pthread.h> #endif +#include <stdbool.h> + #ifdef __cplusplus extern "C" { #endif |