summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-09-15 00:08:02 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-09-15 00:08:02 +0200
commit5288bf31ee255aafe394304074c1ec6ccb290448 (patch)
tree45106c0a65ddbb1c3fa2a1b56681fb2adf560ed3
parentc2a1b325b7b2ce0d3d16bd1e9430e1d7eddce71e (diff)
Make pthread.h include time.h
As required by posix. * include/pthread/pthread.h: Include <time.h>
-rw-r--r--include/pthread/pthread.h1
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