summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/pthread.h b/pthread.h
index 17f91b7..bad53a5 100644
--- a/pthread.h
+++ b/pthread.h
@@ -22,13 +22,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef _PTHREADS_H
#define _PTHREADS_H
-#include <windows.h>
-#include <unistd.h>
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
+#include <windows.h>
+#include <unistd.h>
+#include <time.h>
+
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif /* HAVE_SIGNAL_H */