From 5288bf31ee255aafe394304074c1ec6ccb290448 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 15 Sep 2011 00:08:02 +0200 Subject: Make pthread.h include time.h As required by posix. * include/pthread/pthread.h: Include --- include/pthread/pthread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/pthread/pthread.h') 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 +#include __BEGIN_DECLS -- cgit v1.2.3