Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/impress/zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/impress/zip.c')
-rw-r--r--backend/impress/zip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/impress/zip.c b/backend/impress/zip.c
index 4b179b5..7143aa1 100644
--- a/backend/impress/zip.c
+++ b/backend/impress/zip.c
@@ -9,6 +9,8 @@
#include <zlib.h>
#define _(x) x
+typedef unsigned long ulong;
+
enum {
ZIP_OK = 0,
ZIP_NOMEM,