summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pthread.h b/pthread.h
index 729458c..1abfd93 100644
--- a/pthread.h
+++ b/pthread.h
@@ -274,6 +274,7 @@ enum {
#endif /* PTW32_LEVEL >= PTW32_LEVEL_MAX */
#ifndef HAVE_STRUCT_TIMESPEC
+#define HAVE_STRUCT_TIMESPEC 1
struct timespec {
long tv_sec;
long tv_nsec;