diff options
-rw-r--r-- | pthread/cthreads-compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pthread/cthreads-compat.c b/pthread/cthreads-compat.c index 799d3a4a..e0536ef2 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); |