summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-05 12:15:14 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-05 12:15:14 +0100
commit445549c0a2710a3fe50659d6270694d71ecf87d2 (patch)
treef69eeaa3a7a08c83807770b43eee02691187ae82 /Makefile
parent7c6893ff05476410b369ee6a967a65e7b3ee754f (diff)
add and use BSD queue.h, cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf8751f..665681e 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,7 @@ DOC = \
TODO
HDR = \
compat.h\
+ queue.h\
util.h\
xml.h