summaryrefslogtreecommitdiff
path: root/pthread/cthreads-compat.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-09-15 00:08:41 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-09-15 00:08:41 +0200
commit3a931fd6e0d8212fa3d84554cb35f55e62f2dc52 (patch)
tree936e8c83f99d58b73fb49a41516b75fa5aa8c298 /pthread/cthreads-compat.c
parent5288bf31ee255aafe394304074c1ec6ccb290448 (diff)
parent769e2108a0f5fc49eff9f3addbaf5f0646bcb253 (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthread
Diffstat (limited to 'pthread/cthreads-compat.c')
-rw-r--r--pthread/cthreads-compat.c1
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);