diff options
Diffstat (limited to 'newlib/libc/include/sys/timeb.h')
-rw-r--r-- | newlib/libc/include/sys/timeb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/timeb.h b/newlib/libc/include/sys/timeb.h index 0a2c3de8b..264783050 100644 --- a/newlib/libc/include/sys/timeb.h +++ b/newlib/libc/include/sys/timeb.h @@ -15,7 +15,7 @@ extern "C" { #define _SYS_TIMEB_H #include <_ansi.h> -#include <machine/types.h> +#include <sys/_types.h> #ifndef __time_t_defined typedef _TIME_T_ time_t; |