diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-06 20:41:12 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-06 20:41:12 +0000 |
commit | 04fd1872c7129262a55fd666aa910287f5fff5cd (patch) | |
tree | ad7e34483970f137a96115fc7b23d0887375e1d1 /loader2/nfsinstall.c | |
parent | 4c3cf77318c1b89b3b49f007544f5c88a9c5783b (diff) | |
download | anaconda-04fd1872c7129262a55fd666aa910287f5fff5cd.tar.gz anaconda-04fd1872c7129262a55fd666aa910287f5fff5cd.tar.xz anaconda-04fd1872c7129262a55fd666aa910287f5fff5cd.zip |
move some declarations into their own headers
Diffstat (limited to 'loader2/nfsinstall.c')
-rw-r--r-- | loader2/nfsinstall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/nfsinstall.c b/loader2/nfsinstall.c index 3dce5f1f5..e46fbe02c 100644 --- a/loader2/nfsinstall.c +++ b/loader2/nfsinstall.c @@ -28,6 +28,7 @@ #include "loadermisc.h" #include "log.h" #include "method.h" +#include "nfsinstall.h" #include "net.h" #include "../isys/imount.h" |