about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-20 00:19:18 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-20 00:19:18 +0000
commit9c8e96ba04bbbddabc57293209dc05e3d02042f2 (patch)
tree0935f607b2f676f752ab5e3e83d8e166fadc1fc4 /converter/other
parentaf5c2cb920dad0e1feccd385f70953173c336047 (diff)
downloadnetpbm-mirror-9c8e96ba04bbbddabc57293209dc05e3d02042f2.tar.gz
netpbm-mirror-9c8e96ba04bbbddabc57293209dc05e3d02042f2.tar.xz
netpbm-mirror-9c8e96ba04bbbddabc57293209dc05e3d02042f2.zip
Add _BSD_SOURCE
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1944 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/ipdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/converter/other/ipdb.c b/converter/other/ipdb.c
index 5c1fc314..eec4495a 100644
--- a/converter/other/ipdb.c
+++ b/converter/other/ipdb.c
@@ -19,6 +19,7 @@
  *   Authors:  Eric A. Howe (mu@trends.net)
  *             Bryan Henderson, 2010
  */
+#define _BSD_SOURCE   /* Ensure strdup() is in <string.h> */
 #include <assert.h>
 #include <time.h>
 #include <string.h>