diff options
author | Erik Troan <ewt@redhat.com> | 2001-11-13 21:11:33 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-11-13 21:11:33 +0000 |
commit | 97a3cd864677164834d5520dcef5e11221e78a28 (patch) | |
tree | e8aeae72518cc37c1151019e336405ab4e81457d /isys/cpio.h | |
parent | 0c9da29f6bad397e0a0aa45d10271946145d6adb (diff) | |
download | anaconda-97a3cd864677164834d5520dcef5e11221e78a28.tar.gz anaconda-97a3cd864677164834d5520dcef5e11221e78a28.tar.xz anaconda-97a3cd864677164834d5520dcef5e11221e78a28.zip |
changes isys to use libgzip rather then libz
Diffstat (limited to 'isys/cpio.h')
-rw-r--r-- | isys/cpio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/isys/cpio.h b/isys/cpio.h index 06aa985c6..89fd7a884 100644 --- a/isys/cpio.h +++ b/isys/cpio.h @@ -1,9 +1,10 @@ #ifndef H_CPIO #define H_CPIO -#include <zlib.h> #include <sys/types.h> +#include "gzlib/gzlib.h" + /* Note the CPIO_CHECK_ERRNO bit is set only if errno is valid. These have to be positive numbers or this setting the high bit stuff is a bad idea. */ #define CPIOERR_CHECK_ERRNO 0x80000000 |