diff options
author | Matt Wilson <msw@redhat.com> | 2000-04-28 19:54:21 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-04-28 19:54:21 +0000 |
commit | 5bf3e12b141b508e2f36a35c6a403ef7f5bbb2db (patch) | |
tree | b9df4f2e39e0670a769628a38b75b0d83a5f678b /loader/devices.c | |
parent | 13f701182c49f4931676a1850994c4e398553243 (diff) | |
download | anaconda-5bf3e12b141b508e2f36a35c6a403ef7f5bbb2db.tar.gz anaconda-5bf3e12b141b508e2f36a35c6a403ef7f5bbb2db.tar.xz anaconda-5bf3e12b141b508e2f36a35c6a403ef7f5bbb2db.zip |
move cpio.h include here
Diffstat (limited to 'loader/devices.c')
-rw-r--r-- | loader/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/devices.c b/loader/devices.c index edabac561..b704d3d58 100644 --- a/loader/devices.c +++ b/loader/devices.c @@ -19,6 +19,7 @@ #include "modules.h" #include "windows.h" #include "../kudzu/kudzu.h" +#include "isys/cpio.h" void ejectFloppy(void) { #if defined(__sparc__) || defined(__ia64__) |