diff options
Diffstat (limited to 'newlib/libc/include/sys/stat.h')
-rw-r--r-- | newlib/libc/include/sys/stat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/stat.h b/newlib/libc/include/sys/stat.h index 11b9d8080..47caf1cd0 100644 --- a/newlib/libc/include/sys/stat.h +++ b/newlib/libc/include/sys/stat.h @@ -9,6 +9,7 @@ extern "C" { #include <time.h> #include <sys/cdefs.h> #include <sys/types.h> +#include <sys/_timespec.h> /* dj's stat defines _STAT_H_ */ #ifndef _STAT_H_ |