]> www.fi.muni.cz Git - evince.git/blobdiff - backend/impress/zip.c
Fixes bug #542924. Makes enums static to fix Solaris build.
[evince.git] / backend / impress / zip.c
index 4b179b55ef900ad53d88e71d05aad159eb6e1cb6..6d06f1010ed95e55f853c124a0b9351737b3a1f3 100644 (file)
@@ -4,11 +4,14 @@
 ** modify it under the terms of GNU General Public License.
 */
 
+#include <config.h>
 #include "common.h"
 #include "zip.h"
 #include <zlib.h>
 #define _(x) x
 
+typedef unsigned long ulong;
+
 enum {
        ZIP_OK = 0,
        ZIP_NOMEM,