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/resources.hpp b/gui/resources.hpp
index 4e05e41..339e03a 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
 {