summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-04-28 19:54:21 +0000
committerMatt Wilson <msw@redhat.com>2000-04-28 19:54:21 +0000
commit5bf3e12b141b508e2f36a35c6a403ef7f5bbb2db (patch)
treeb9df4f2e39e0670a769628a38b75b0d83a5f678b
parent13f701182c49f4931676a1850994c4e398553243 (diff)
downloadanaconda-5bf3e12b141b508e2f36a35c6a403ef7f5bbb2db.tar.gz
anaconda-5bf3e12b141b508e2f36a35c6a403ef7f5bbb2db.tar.xz
anaconda-5bf3e12b141b508e2f36a35c6a403ef7f5bbb2db.zip
move cpio.h include here
-rw-r--r--loader/devices.c1
-rw-r--r--loader/modules.c1
2 files changed, 1 insertions, 1 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__)
diff --git a/loader/modules.c b/loader/modules.c
index 46fe4cb3a..5cec569c8 100644
--- a/loader/modules.c
+++ b/loader/modules.c
@@ -15,7 +15,6 @@
#include "isys/imount.h"
#include "isys/isys.h"
-#include "isys/cpio.h"
#include "lang.h"
#include "loader.h"