Fix libjasper build on 32-bit MinGW

This commit is contained in:
Andrey Kamaev 2012-08-30 23:14:09 +04:00
parent f02c1ad688
commit ecd96c8b18

View File

@ -78,7 +78,7 @@
#include <string.h>
#include <limits.h>
#include <errno.h>
#ifndef _WIN32
#if !defined _WIN32 || defined __MINGW__ || defined __MINGW32__
#include <stdint.h>
#endif