about summary refs log tree commit diff
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 d26c40f..d53562f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ OBJS= ministat.o
 PKGS = 
 
 CFLAGS  += -g -Wall -Werror
-CPPFLAGS+= -D_GNU_SOURCE
+CPPFLAGS+= -I. -D_GNU_SOURCE
 LDFLAGS += -lm
 
 PREFIX ?= /usr