about summary refs log tree commit diff
path: root/generator/pbmtext.c
diff options
context:
space:
mode:
Diffstat (limited to 'generator/pbmtext.c')
-rw-r--r--generator/pbmtext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator/pbmtext.c b/generator/pbmtext.c
index cfb858a6..357f0429 100644
--- a/generator/pbmtext.c
+++ b/generator/pbmtext.c
@@ -10,6 +10,7 @@
 ** implied warranty.
 */
 
+#define _DEFAULT_SOURCE 1  /* New name for SVID & BSD source defines */
 #define _BSD_SOURCE 1      /* Make sure strdup() is in string.h */
 #define _XOPEN_SOURCE 500  /* Make sure strdup() is in string.h */