diff --git a/jmemmgr.c b/jmemmgr.c index b17c5c5c6..8dfb633da 100644 --- a/jmemmgr.c +++ b/jmemmgr.c @@ -32,7 +32,9 @@ #include "jinclude.h" #include "jpeglib.h" #include "jmemsys.h" /* import the system-dependent declarations */ +#ifndef _WIN32 #include +#endif #include #ifndef NO_GETENV