diff options
Diffstat (limited to 'lib/ext2fs/read_bb_file.c')
-rw-r--r-- | lib/ext2fs/read_bb_file.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ext2fs/read_bb_file.c b/lib/ext2fs/read_bb_file.c index 32a80838..7534c640 100644 --- a/lib/ext2fs/read_bb_file.c +++ b/lib/ext2fs/read_bb_file.c @@ -17,8 +17,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 #include <linux/ext2_fs.h> |