diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-09-07 19:41:20 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-09-07 19:41:20 +0200 |
commit | 1c6cae3acb13e23065723d7a0072bea0a25c9064 (patch) | |
tree | 1ba3a613264dbc7443c9ed775abc0384df41e92e /pthread/cthreads-compat.c | |
parent | 494cf4879f4ad468ba7c5d02e756db20df8822c2 (diff) | |
parent | 769e2108a0f5fc49eff9f3addbaf5f0646bcb253 (diff) |
Merge commit 'refs/top-bases/t/fix_inline' into t/fix_inline
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 e0536ef..799d3a4 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); |