summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/zip.h
diff options
context:
space:
mode:
Diffstat (limited to 'luni/src/main/native/zip.h')
-rw-r--r--luni/src/main/native/zip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/luni/src/main/native/zip.h b/luni/src/main/native/zip.h
index 9909d44..0f3c0c1 100644
--- a/luni/src/main/native/zip.h
+++ b/luni/src/main/native/zip.h
@@ -23,6 +23,7 @@
#include "UniquePtr.h"
#include "jni.h"
#include "zlib.h"
+#include "zutil.h"
static void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error) {
if (error == Z_MEM_ERROR) {