summaryrefslogtreecommitdiff
path: root/pthread/cthreads-compat.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-09-07 19:41:20 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-09-07 19:41:20 +0200
commite64a7d2ba5edd14efe8c7928529b4c96b8b68ee0 (patch)
treefc5f85612cb103e02c4df86a2b5d8ecfddfe8f53 /pthread/cthreads-compat.c
parentb9d918c0f28908c7012c9d4f65f1cf2bc103fc4b (diff)
parent769e2108a0f5fc49eff9f3addbaf5f0646bcb253 (diff)
Merge commit 'refs/top-bases/t/fix_have_kernel_resources' into t/fix_have_kernel_resources
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);