diff options
Diffstat (limited to 'pthread/cthreads-compat.c')
-rw-r--r-- | pthread/cthreads-compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pthread/cthreads-compat.c b/pthread/cthreads-compat.c index e0536ef2..799d3a4a 100644 --- a/pthread/cthreads-compat.c +++ b/pthread/cthreads-compat.c @@ -19,6 +19,7 @@ #include <assert.h> #include <pthread.h> +#include <stddef.h> typedef void *cthread_t; typedef void *(*cthread_fn_t) (void *arg); |