diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-09-15 00:30:59 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-09-15 00:30:59 +0200 |
commit | 02b5d455e9d566466e7a2c489096aa67fead9573 (patch) | |
tree | 671875f979af29ba937a111c6e42e79ea2da8fbf | |
parent | e64a7d2ba5edd14efe8c7928529b4c96b8b68ee0 (diff) | |
parent | 75f6fe21205a87d1942492cb34e8aab482008a78 (diff) |
Merge commit 'refs/top-bases/t/fix_have_kernel_resources' into t/fix_have_kernel_resources
-rw-r--r-- | include/pthread/pthread.h | 1 | ||||
-rw-r--r-- | pthread/cthreads-compat.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/pthread/pthread.h b/include/pthread/pthread.h index 67b8fe4..4dbcb0c 100644 --- a/include/pthread/pthread.h +++ b/include/pthread/pthread.h @@ -48,6 +48,7 @@ #endif #include <sched.h> +#include <time.h> __BEGIN_DECLS diff --git a/pthread/cthreads-compat.c b/pthread/cthreads-compat.c index 799d3a4..e0536ef 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); |