diff options
author | Thordur Bjornsson <thorduri@secnorth.net> | 2012-11-06 12:25:32 +0100 |
---|---|---|
committer | Thordur Bjornsson <thorduri@secnorth.net> | 2012-11-06 12:28:05 +0100 |
commit | 20edf4d1605069952a1e9a2ab26b6ad244090ffa (patch) | |
tree | d6382fd1409c915309f550b4484f0c8d30ca1301 /Makefile | |
parent | 8e790b26ce1808ab981e48182157f4ac9afd0fa1 (diff) | |
download | ministat-20edf4d1605069952a1e9a2ab26b6ad244090ffa.tar.gz ministat-20edf4d1605069952a1e9a2ab26b6ad244090ffa.tar.xz ministat-20edf4d1605069952a1e9a2ab26b6ad244090ffa.zip |
Don't rely on <sys/queue.h>
Bring in a copy of queue.h and use that directly.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |