commit | b7ae098e21e4a5f8496d8d064ed2f38d59509eeb | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Tue Sep 10 20:47:35 2013 +0000 |
committer | Dees Troy <dees_troy@teamw.in> | Tue Sep 10 20:47:46 2013 +0000 |
tree | 66a8623d9b950df4eb8c2d4ceff3d58f28406980 | |
parent | abaa9ca8f3d3b7fa9ec6454d0ff03f5351313993 [diff] [blame] |
Kang in older minzip for building in CM9 & CM7 CM7 and CM9 do not have libselinux needed in the newer minzip.
diff --git a/gui/pages.hpp b/gui/pages.hpp index c308c1a..a37cdb9 100644 --- a/gui/pages.hpp +++ b/gui/pages.hpp
@@ -3,6 +3,12 @@ #ifndef _PAGES_HEADER_HPP #define _PAGES_HEADER_HPP +#ifdef HAVE_SELINUX +#include "../minzip/Zip.h" +#else +#include "../minzipold/Zip.h" +#endif + typedef struct { unsigned char red; unsigned char green;