From bb50a393ff2ff08cf8efdf1f385b72f69bb1cfbb Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 29 Jul 2015 19:58:57 -0700 Subject: [PATCH] Fix Win32 . Contrary to the comment in AndroidConfig.h, mingw does have __BEGIN_DECLS and __END_DECLS; you just have to #include first. Which is strictly true normally too, but you're going to get it transitively with bionic or glibc. Change-Id: I2f2de45f56a7217f91df322d8e896280997ae7a0 --- include/ziparchive/zip_archive.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ziparchive/zip_archive.h b/include/ziparchive/zip_archive.h index 5ef2ab0d7..3591a6beb 100644 --- a/include/ziparchive/zip_archive.h +++ b/include/ziparchive/zip_archive.h @@ -22,6 +22,7 @@ #include #include +#include #include #include