diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-05-02 02:39:10 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-05-02 02:39:10 +0000 |
commit | 0905ad679f620471b161cc36e30708b66062eaba (patch) | |
tree | c202d94acba6ae2b21afd73b3c3c52aa44f5edf3 /isys | |
parent | 0292f69670f09bd7f4a128c9dd8027078389bd64 (diff) | |
download | anaconda-0905ad679f620471b161cc36e30708b66062eaba.tar.gz anaconda-0905ad679f620471b161cc36e30708b66062eaba.tar.xz anaconda-0905ad679f620471b161cc36e30708b66062eaba.zip |
more build fixage
Diffstat (limited to 'isys')
-rw-r--r-- | isys/dasd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/dasd.c b/isys/dasd.c index 8e2b399c5..ab183bbb3 100644 --- a/isys/dasd.c +++ b/isys/dasd.c @@ -7,6 +7,7 @@ #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> +#include <linux/types.h> #include <linux/fs.h> #include "isys.h" |