diff options
Diffstat (limited to 'newlib/libc/include/sys/_timespec.h')
-rw-r--r-- | newlib/libc/include/sys/_timespec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/_timespec.h b/newlib/libc/include/sys/_timespec.h index bd66dfc71..4a7aabcb1 100644 --- a/newlib/libc/include/sys/_timespec.h +++ b/newlib/libc/include/sys/_timespec.h @@ -34,7 +34,7 @@ #ifndef _SYS__TIMESPEC_H_ #define _SYS__TIMESPEC_H_ -#include <machine/types.h> +#include <sys/_types.h> #ifndef __time_t_defined typedef _TIME_T_ time_t; |