diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-05-07 16:53:26 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-05-07 16:53:26 +0000 |
commit | d71a495dd060f9bf318c689406eff2a96511e952 (patch) | |
tree | 5025a13680a544d4634ad13e640fc824273c6796 /misc/util.c | |
parent | 0f6794591edf238825f8ab80c885e83d1efbf203 (diff) | |
download | e2fsprogs-d71a495dd060f9bf318c689406eff2a96511e952.tar.gz |
ChangeLog, util.c:
util.c: Use specific check for HAVE_SYS_STAT_H.
Diffstat (limited to 'misc/util.c')
-rw-r--r-- | misc/util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/util.c b/misc/util.c index c4a8c2b5..851c0a47 100644 --- a/misc/util.c +++ b/misc/util.c @@ -17,6 +17,8 @@ #include <linux/ext2_fs.h> #ifdef HAVE_LINUX_MAJOR_H #include <linux/major.h> +#endif +#ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif |