summaryrefslogtreecommitdiffstats
path: root/isys/uncpio.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-03-12 00:16:09 +0000
committerJeremy Katz <katzj@redhat.com>2002-03-12 00:16:09 +0000
commit8a2bb5dc041c7598fef108eac0edddb0eea4f08c (patch)
tree24643a43117f2ba33740cbbe139d116b6a5d56eb /isys/uncpio.c
parentc8ff634241cb6406975171fac66f400da7982e19 (diff)
downloadanaconda-8a2bb5dc041c7598fef108eac0edddb0eea4f08c.tar.gz
anaconda-8a2bb5dc041c7598fef108eac0edddb0eea4f08c.tar.xz
anaconda-8a2bb5dc041c7598fef108eac0edddb0eea4f08c.zip
merge using zlib for stage2 instead of gzlib
Diffstat (limited to 'isys/uncpio.c')
-rw-r--r--isys/uncpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/uncpio.c b/isys/uncpio.c
index a90d0ddc3..a3232c3c0 100644
--- a/isys/uncpio.c
+++ b/isys/uncpio.c
@@ -19,7 +19,7 @@
#include <utime.h>
#include "cpio.h"
-#include "gzlib/gzlib.h"
+#include "stubs.h"
#if MAJOR_IN_SYSMACROS
#include <sys/sysmacros.h>