From 2ea362a6846eb43705a4ba4b73a254e86709368e Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 14 Dec 2007 21:47:34 +0000 Subject: get int_fast32_t defined on AIX git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@489 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/jpeg2000/jpeg2ktopam.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'converter/other/jpeg2000/jpeg2ktopam.c') diff --git a/converter/other/jpeg2000/jpeg2ktopam.c b/converter/other/jpeg2000/jpeg2ktopam.c index d6ea580c..e11e9fb4 100644 --- a/converter/other/jpeg2000/jpeg2ktopam.c +++ b/converter/other/jpeg2000/jpeg2ktopam.c @@ -9,7 +9,8 @@ *****************************************************************************/ #define _BSD_SOURCE 1 /* Make sure strdup() is in string.h */ -#define _XOPEN_SOURCE 500 /* Make sure strdup() is in string.h */ +/* Make sure strdup() is in string.h and int_fast32_t is in inttypes.h */ +#define _XOPEN_SOURCE 600 #include #include "pam.h" -- cgit 1.4.1