summaryrefslogtreecommitdiffstats
path: root/isys/cpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'isys/cpio.h')
-rw-r--r--isys/cpio.h3
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