diff options
Diffstat (limited to 'gui/pages.hpp')
-rw-r--r-- | gui/pages.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/pages.hpp b/gui/pages.hpp index c308c1a5c..a37cdb9f2 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; |