From: scislac Date: Mon, 6 Feb 2006 18:19:20 +0000 (+0000) Subject: ifdef'd win32 #include to fix compile error X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f995284f200a961f9d9f5ed36f52172dad12538;p=inkscape.git ifdef'd win32 #include to fix compile error --- 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 +#endif + #ifdef HAVE_ZLIB_H # include #endif