X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fimpress%2Fzip.c;h=6d06f1010ed95e55f853c124a0b9351737b3a1f3;hb=f343927df4325959193353c52cff1ea4b20b2286;hp=4b179b55ef900ad53d88e71d05aad159eb6e1cb6;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/impress/zip.c b/backend/impress/zip.c index 4b179b55..6d06f101 100644 --- a/backend/impress/zip.c +++ b/backend/impress/zip.c @@ -4,11 +4,14 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "zip.h" #include #define _(x) x +typedef unsigned long ulong; + enum { ZIP_OK = 0, ZIP_NOMEM,