summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfc2a3c..fe8ac93 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ UNAME_S != uname -s
CFLAGS = -Werror -g -std=c99
ifeq ($(UNAME_S),Linux)
- DEFINES += -DLINUX
+ DEFINES += -DLINUX -D_XOPEN_SOURCE=700
endif
$(objs-path)/test/%.o: %.c $(headers)