summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0cee85ff..7d35245f 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,7 @@ TOPDIR := $(shell pwd)
# Common build flags
CFLAGS = $(SUBST_CFLAGS) \
+ -std=gnu90 \
-include config.h \
-DBTRFS_FLAT_INCLUDES \
-D_XOPEN_SOURCE=700 \