]> git.imager.perl.org - imager.git/commitdiff
Win32 support (specifically VC++)
authorTony Cook <tony@develop=help.com>
Mon, 2 Apr 2001 13:41:01 +0000 (13:41 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 2 Apr 2001 13:41:01 +0000 (13:41 +0000)
jpeg.c

diff --git a/jpeg.c b/jpeg.c
index 1212b9d45ef05ddc2816474ffddb4070fdfdcd4a..b751f19ef0418e6afd161716a6cf15b837f892bf 100644 (file)
--- a/jpeg.c
+++ b/jpeg.c
@@ -1,6 +1,8 @@
 #include <stdio.h>
 #include <sys/stat.h>
+#ifndef _MSC_VER
 #include <unistd.h>
+#endif
 #include <setjmp.h>
 
 #include "iolayer.h"