diff options
Diffstat (limited to 'zix/thread.h')
-rw-r--r-- | zix/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zix/thread.h b/zix/thread.h index b7956d2..3989f13 100644 --- a/zix/thread.h +++ b/zix/thread.h @@ -26,7 +26,7 @@ # include <pthread.h> #endif -#include <stdbool.h> +#include <stddef.h> #ifdef __cplusplus extern "C" { |