From 5f995284f200a961f9d9f5ed36f52172dad12538 Mon Sep 17 00:00:00 2001 From: scislac Date: Mon, 6 Feb 2006 18:19:20 +0000 Subject: [PATCH] ifdef'd win32 #include to fix compile error --- src/inkjar/jar.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2