commit | 1d2ff46ae7533ffd038534b189f272d2a4122e4e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Oct 19 23:00:21 1997 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Oct 19 23:00:21 1997 +0000 |
tree | 498dba9e1909fbbf16692d71fdf7a77a53fbb75d | |
parent | 44339bdff87584b72a2ade7d3a1426e3335f2167 [diff] [blame] |
Many files: Add #ifdef's for HAVE_SYS_STAT_H and HAVE_SYS_TYPES_H
diff --git a/lib/ext2fs/read_bb.c b/lib/ext2fs/read_bb.c index 7379bbd..99c653d 100644 --- a/lib/ext2fs/read_bb.c +++ b/lib/ext2fs/read_bb.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>