From b7ae098e21e4a5f8496d8d064ed2f38d59509eeb Mon Sep 17 00:00:00 2001 From: Dees Troy Date: Tue, 10 Sep 2013 20:47:35 +0000 Subject: Kang in older minzip for building in CM9 & CM7 CM7 and CM9 do not have libselinux needed in the newer minzip. --- gui/resources.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gui/resources.hpp') diff --git a/gui/resources.hpp b/gui/resources.hpp index 4e05e4186..339e03ade 100644 --- a/gui/resources.hpp +++ b/gui/resources.hpp @@ -3,6 +3,12 @@ #ifndef _RESOURCE_HEADER #define _RESOURCE_HEADER +#ifdef HAVE_SELINUX +#include "../minzip/Zip.h" +#else +#include "../minzipold/Zip.h" +#endif + // Base Objects class Resource { -- cgit v1.2.3