about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-03-15 00:58:13 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-03-15 00:58:13 +0000
commitb105e4fd316dcd9012c360b571b3e8faaced685c (patch)
tree97f6e178675a0fd0ef2a23a879a14631298c8cac /converter/other
parentccf75787c506d956a3578c5155ff75165cac8025 (diff)
downloadnetpbm-mirror-b105e4fd316dcd9012c360b571b3e8faaced685c.tar.gz
netpbm-mirror-b105e4fd316dcd9012c360b571b3e8faaced685c.tar.xz
netpbm-mirror-b105e4fd316dcd9012c360b571b3e8faaced685c.zip
Add _DEFAULT_SOURCE
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3758 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/jpeg2000/libjasper/base/jas_stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/converter/other/jpeg2000/libjasper/base/jas_stream.c b/converter/other/jpeg2000/libjasper/base/jas_stream.c
index ed8374af..20336fd7 100644
--- a/converter/other/jpeg2000/libjasper/base/jas_stream.c
+++ b/converter/other/jpeg2000/libjasper/base/jas_stream.c
@@ -110,6 +110,7 @@
  * __END_OF_JASPER_LICENSE__
  */
 
+#define _DEFAULT_SOURCE /* New name for SVID & BSD source defines */
 #define _SVID_SOURCE
     /* Make sure P_tmpdir is defined in GNU libc 2.0.7 (_XOPEN_SOURCE 500
        does it in other libc's).  pm_config.h defines TMPDIR as P_tmpdir