summaryrefslogtreecommitdiff
path: root/pthread/cthreads-compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread/cthreads-compat.c')
-rw-r--r--pthread/cthreads-compat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pthread/cthreads-compat.c b/pthread/cthreads-compat.c
index 799d3a4..e0536ef 100644
--- a/pthread/cthreads-compat.c
+++ b/pthread/cthreads-compat.c
@@ -19,7 +19,6 @@
#include <assert.h>
#include <pthread.h>
-#include <stddef.h>
typedef void *cthread_t;
typedef void *(*cthread_fn_t) (void *arg);