summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0b4165c79..1d88a5857 100644
--- a/makefile
+++ b/makefile
@@ -130,6 +130,7 @@ CFLAGS_DEBUG = -std=c99 -D_BSD_SOURCE -DDEBUG_BUILD $(WARNFLAGS) -I. \
$(PLATFORM_CFLAGS_DEBUG) -g
CFLAGS_GTK = -std=c99 -Dgtk -Dnsgtk \
-DGTK_DISABLE_DEPRECATED \
+ -D_BSD_SOURCE \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L \
$(WARNFLAGS) -I. -g -O0 -Wformat=2 \