about summary refs log tree commit diff
path: root/editor/specialty
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-08-24 03:10:57 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-08-24 03:10:57 +0000
commit4202f1180bb6951338e094912586c9780ec8b044 (patch)
treef95e66fe88343ff49822dc5ccb2da19fde86a828 /editor/specialty
parent1758db773edd8b472ca4927930e148a92bbfaca1 (diff)
downloadnetpbm-mirror-4202f1180bb6951338e094912586c9780ec8b044.tar.gz
netpbm-mirror-4202f1180bb6951338e094912586c9780ec8b044.tar.xz
netpbm-mirror-4202f1180bb6951338e094912586c9780ec8b044.zip
Declare _XOPEN_SOURCE >= 500 to make strdup defined
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2257 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/specialty')
-rw-r--r--editor/specialty/pnmindex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/specialty/pnmindex.c b/editor/specialty/pnmindex.c
index 1909c93a..4ec9edaa 100644
--- a/editor/specialty/pnmindex.c
+++ b/editor/specialty/pnmindex.c
@@ -14,6 +14,7 @@
 
 ============================================================================*/
 
+#define _XOPEN_SOURCE 500  /* Make sure strdup() is in string.h */
 #define _BSD_SOURCE   /* Make sure strdup is in string.h */
 
 #include <assert.h>