diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-10-19 23:00:21 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-10-19 23:00:21 +0000 |
commit | 1d2ff46ae7533ffd038534b189f272d2a4122e4e (patch) | |
tree | 498dba9e1909fbbf16692d71fdf7a77a53fbb75d /lib/ext2fs/bitops.c | |
parent | 44339bdff87584b72a2ade7d3a1426e3335f2167 (diff) | |
download | e2fsprogs-1d2ff46ae7533ffd038534b189f272d2a4122e4e.tar.gz |
Many files:
Add #ifdef's for HAVE_SYS_STAT_H and HAVE_SYS_TYPES_H
Diffstat (limited to 'lib/ext2fs/bitops.c')
-rw-r--r-- | lib/ext2fs/bitops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ext2fs/bitops.c b/lib/ext2fs/bitops.c index 8ae02427..70f4f4c6 100644 --- a/lib/ext2fs/bitops.c +++ b/lib/ext2fs/bitops.c @@ -11,7 +11,9 @@ */ #include <stdio.h> +#if HAVE_SYS_TYPES_H #include <sys/types.h> +#endif #include <linux/ext2_fs.h> |