diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-05-04 21:22:04 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-05-04 21:22:04 +0000 |
commit | f41ccc41788c650ca5b367fc1e5448ed33505cbd (patch) | |
tree | 5b3e6c82e58df47ba4cc0008ec24186b7e4c5ca0 /isys/isys.c | |
parent | f4ff29883d584b7db6f81dc26d277fd89d544891 (diff) | |
download | anaconda-f41ccc41788c650ca5b367fc1e5448ed33505cbd.tar.gz anaconda-f41ccc41788c650ca5b367fc1e5448ed33505cbd.tar.xz anaconda-f41ccc41788c650ca5b367fc1e5448ed33505cbd.zip |
2006-05-04 Jeremy Katz <katzj@redhat.com>
* isys/isys.c: Fix the build again
Diffstat (limited to 'isys/isys.c')
-rw-r--r-- | isys/isys.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/isys/isys.c b/isys/isys.c index b07800da7..a25d39b05 100644 --- a/isys/isys.c +++ b/isys/isys.c @@ -3,6 +3,9 @@ #include <stdio.h> #include <dirent.h> #include <errno.h> +#define u32 __u32 +#include <linux/ext2_fs.h> +#include <linux/ext3_fs.h> #include <ext2fs/ext2fs.h> #include <fcntl.h> #include <popt.h> |