diff options
Diffstat (limited to 'src/zix/thread.h')
-rw-r--r-- | src/zix/thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zix/thread.h b/src/zix/thread.h index b007efa..5802c99 100644 --- a/src/zix/thread.h +++ b/src/zix/thread.h @@ -17,6 +17,8 @@ #ifndef ZIX_THREAD_H #define ZIX_THREAD_H +#include "zix/common.h" + #ifdef _WIN32 # include <windows.h> #else @@ -24,8 +26,6 @@ # include <pthread.h> #endif -#include "zix/common.h" - #ifdef __cplusplus extern "C" { #else |