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/gui.cpp b/gui/gui.cpp
index 6ee29d5..8329827 100644
--- a/gui/gui.cpp
+++ b/gui/gui.cpp
@@ -37,7 +37,11 @@
 {
 #include "../twcommon.h"
 #include "../minuitwrp/minui.h"
+#ifdef HAVE_SELINUX
 #include "../minzip/Zip.h"
+#else
+#include "../minzipold/Zip.h"
+#endif
 #include <pixelflinger/pixelflinger.h>
 }