* xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
[pspp] / lib / xnanosleep.c
index 08ad61002d3e4c3f1252ddcdb0ebb9d113bdd565..f2d9e93be3a80648b94f8c33ac4a1c1b26b8da88 100644 (file)
@@ -33,6 +33,7 @@
 #include <time.h>
 
 #include "intprops.h"
+#include "timespec.h"
 
 #ifndef TIME_T_MAX
 # define TIME_T_MAX TYPE_MAXIMUM (time_t)