summaryrefslogtreecommitdiffstats
path: root/zix/thread.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 15:32:23 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 15:32:52 +0100
commitb2ec696313fc1b9707b39dc24d9aa1720fb4cc10 (patch)
tree16075a99dd51e678fdc5d4b43a8cd6ba55584883 /zix/thread.h
parent23a46413c2e3bc6d33af8f774444fc447f4b9023 (diff)
downloadzix-b2ec696313fc1b9707b39dc24d9aa1720fb4cc10.tar.gz
zix-b2ec696313fc1b9707b39dc24d9aa1720fb4cc10.tar.bz2
zix-b2ec696313fc1b9707b39dc24d9aa1720fb4cc10.zip
Clean up includes
Diffstat (limited to 'zix/thread.h')
-rw-r--r--zix/thread.h2
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" {