diff options
Diffstat (limited to 'include/sys/stat.h')
-rw-r--r-- | include/sys/stat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/stat.h b/include/sys/stat.h index e33b14e..42a2e95 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -1,5 +1,6 @@ #ifndef SYS_STAT_H #define SYS_STAT_H +#include <stddef.h> #include <sys/types.h> #include <time.h> |