diff options
author | Erik Troan <ewt@redhat.com> | 2000-03-29 17:56:23 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-03-29 17:56:23 +0000 |
commit | 7f2bcd3f89cb4fc6c050c33dbb1c91e78c02a958 (patch) | |
tree | 86becdc27e47a657cef5b6ebec4b486a58edd660 /loader/net.c | |
parent | e3c5387405e704568fd38885a75b115b8c19cb71 (diff) | |
download | anaconda-7f2bcd3f89cb4fc6c050c33dbb1c91e78c02a958.tar.gz anaconda-7f2bcd3f89cb4fc6c050c33dbb1c91e78c02a958.tar.xz anaconda-7f2bcd3f89cb4fc6c050c33dbb1c91e78c02a958.zip |
use pump.h, not pump/pump.h
Diffstat (limited to 'loader/net.c')
-rw-r--r-- | loader/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/net.c b/loader/net.c index 634eac207..607cf8c69 100644 --- a/loader/net.c +++ b/loader/net.c @@ -6,6 +6,7 @@ #include <newt.h> #include <stdlib.h> #include <string.h> +#include <pump.h> #ifdef __STANDALONE__ #include <netdb.h> @@ -22,7 +23,6 @@ #else # include "isys/dns.h" -#include "pump/pump.h" #include "kickstart.h" #include "lang.h" |