From 97a3cd864677164834d5520dcef5e11221e78a28 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Tue, 13 Nov 2001 21:11:33 +0000 Subject: changes isys to use libgzip rather then libz --- isys/cpio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'isys/cpio.h') 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 #include +#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 -- cgit