diff options
Diffstat (limited to 'lib/ext2fs/unix_io.c')
-rw-r--r-- | lib/ext2fs/unix_io.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ext2fs/unix_io.c b/lib/ext2fs/unix_io.c index 0baae381..b17ed7fe 100644 --- a/lib/ext2fs/unix_io.c +++ b/lib/ext2fs/unix_io.c @@ -19,8 +19,12 @@ #include <stdlib.h> #include <fcntl.h> #include <time.h> +#if HAVE_SYS_STAT_H #include <sys/stat.h> +#endif +#if HAVE_SYS_TYPES_H #include <sys/types.h> +#endif #if HAVE_ERRNO_H #include <errno.h> #endif |