From 499b193530a8e89223537e7da226fd5b77c04ca6 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 28 Dec 2017 21:59:59 +1300 Subject: Massive parser clamp-down --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3fdfcd2..8c7b6eb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -std=c99 -D_XOPEN_SOURCE=500 -Wall -Wextra +CFLAGS += -std=c99 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=200809L -Wall -Wextra all: simulator -- cgit v1.1