Skip to content

Commit

Permalink
Fix libjasper build on 32-bit MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kamaev committed Aug 30, 2012
1 parent f02c1ad commit ecd96c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/libjasper/jas_malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ecd96c8

Please sign in to comment.