summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r--gui/objects.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index 8f6f9bbf6..d37b43e3b 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -26,7 +26,11 @@
#include <map>
extern "C" {
+#ifdef HAVE_SELINUX
#include "../minzip/Zip.h"
+#else
+#include "../minzipold/Zip.h"
+#endif
}
using namespace rapidxml;