about summary refs log tree commit diff
path: root/editor/ppmdraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/ppmdraw.c')
-rw-r--r--editor/ppmdraw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/ppmdraw.c b/editor/ppmdraw.c
index 63d781ec..b2ed39ca 100644
--- a/editor/ppmdraw.c
+++ b/editor/ppmdraw.c
@@ -1,3 +1,4 @@
+#define _DEFAULT_SOURCE /* New name for SVID & BSD source defines */
 #define _XOPEN_SOURCE 500 
    /* Make sure M_PI is in math.h, strdup is in string.h */
 #define _BSD_SOURCE      /* Make sure strdup is in string.h (alternate) */