Commit ecd96c8b authored by Andrey Kamaev's avatar Andrey Kamaev

Fix libjasper build on 32-bit MinGW

parent f02c1ad6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment