summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/machine/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/machine/time.h')
-rw-r--r--newlib/libc/include/machine/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/machine/time.h b/newlib/libc/include/machine/time.h
index 9b44941d6..6f9a35cc5 100644
--- a/newlib/libc/include/machine/time.h
+++ b/newlib/libc/include/machine/time.h
@@ -8,7 +8,7 @@
#endif
#ifdef __SPU__
-#include <sys/types.h>
+#include <sys/_timespec.h>
int nanosleep (const struct timespec *, struct timespec *);
#endif