about summary refs log tree commit diff
path: root/converter/other/jpeg2000/pamtojpeg2k.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-12-27 22:32:59 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-12-27 22:32:59 +0000
commit9deaf47f30991c299239a5d3b53be3003cba5517 (patch)
tree450c9e58345e8ecae5879b0c94c2c767387a38c9 /converter/other/jpeg2000/pamtojpeg2k.c
parent2c5122b9fe73102e713a74e6ad6a86d579cb4400 (diff)
downloadnetpbm-mirror-9deaf47f30991c299239a5d3b53be3003cba5517.tar.gz
netpbm-mirror-9deaf47f30991c299239a5d3b53be3003cba5517.tar.xz
netpbm-mirror-9deaf47f30991c299239a5d3b53be3003cba5517.zip
Release 10.35.36
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@501 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/jpeg2000/pamtojpeg2k.c')
-rw-r--r--converter/other/jpeg2000/pamtojpeg2k.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/converter/other/jpeg2000/pamtojpeg2k.c b/converter/other/jpeg2000/pamtojpeg2k.c
index 76da46d2..851d2bf9 100644
--- a/converter/other/jpeg2000/pamtojpeg2k.c
+++ b/converter/other/jpeg2000/pamtojpeg2k.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 <string.h>
 
 #include "pam.h"