]> git.imager.perl.org - imager.git/blobdiff - jpeg.c
Changed free() to myfree() in quant.c.
[imager.git] / 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"