diff options
Diffstat (limited to 'newlib/libc/include/sys/time.h')
-rw-r--r-- | newlib/libc/include/sys/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/time.h b/newlib/libc/include/sys/time.h index e95240e60..7e7205bd8 100644 --- a/newlib/libc/include/sys/time.h +++ b/newlib/libc/include/sys/time.h @@ -38,6 +38,7 @@ #define _SYS_TIME_H_ #include <_ansi.h> +#include <sys/cdefs.h> #include <sys/_timeval.h> #include <sys/types.h> #include <sys/timespec.h> |