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 /include/pthread/pthread.h | |
parent | e64a7d2ba5edd14efe8c7928529b4c96b8b68ee0 (diff) | |
parent | 75f6fe21205a87d1942492cb34e8aab482008a78 (diff) |
Merge commit 'refs/top-bases/t/fix_have_kernel_resources' into t/fix_have_kernel_resources
Diffstat (limited to 'include/pthread/pthread.h')
-rw-r--r-- | include/pthread/pthread.h | 1 |
1 files changed, 1 insertions, 0 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 |