summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2006-02-06 18:19:20 +0000
committerscislac <scislac@users.sourceforge.net>2006-02-06 18:19:20 +0000
commitd242017f16a0dd616c73b963cee37907e1ae2572 (patch)
tree5a806eed5a5ff5369f5d04c0e80ca8a70bcabfd0 /src
parentrevert to using inttypes.h instead of stdint.h (diff)
downloadinkscape-d242017f16a0dd616c73b963cee37907e1ae2572.tar.gz
inkscape-d242017f16a0dd616c73b963cee37907e1ae2572.zip
ifdef'd win32 #include <zlib.h> to fix compile error
(bzr r95)
Diffstat (limited to 'src')
-rw-r--r--src/inkjar/jar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inkjar/jar.h b/src/inkjar/jar.h
index 00a19258b..0fe088b24 100644
--- a/src/inkjar/jar.h
+++ b/src/inkjar/jar.h
@@ -10,6 +10,10 @@
# include "config.h"
#endif
+#if defined(WIN32) || defined(__WIN32__)
+# include <zlib.h>
+#endif
+
#ifdef HAVE_ZLIB_H
# include <zlib.h>
#endif