diff options
Diffstat (limited to 'newlib/libc/include/sys/_timeval.h')
-rw-r--r-- | newlib/libc/include/sys/_timeval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/_timeval.h b/newlib/libc/include/sys/_timeval.h index 0a4c539d9..d813d1f5b 100644 --- a/newlib/libc/include/sys/_timeval.h +++ b/newlib/libc/include/sys/_timeval.h @@ -29,7 +29,7 @@ #ifndef _SYS__TIMEVAL_H_ #define _SYS__TIMEVAL_H_ -#include <machine/types.h> +#include <sys/_types.h> #ifndef _SUSECONDS_T_DECLARED typedef __suseconds_t suseconds_t; |