diff options
Diffstat (limited to 'lib/ext2fs/bb_inode.c')
-rw-r--r-- | lib/ext2fs/bb_inode.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ext2fs/bb_inode.c b/lib/ext2fs/bb_inode.c index 7a9609ca..68597003 100644 --- a/lib/ext2fs/bb_inode.c +++ b/lib/ext2fs/bb_inode.c @@ -21,8 +21,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 |