diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-05 12:15:14 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-05 12:15:14 +0100 |
commit | 445549c0a2710a3fe50659d6270694d71ecf87d2 (patch) | |
tree | f69eeaa3a7a08c83807770b43eee02691187ae82 /Makefile | |
parent | 7c6893ff05476410b369ee6a967a65e7b3ee754f (diff) |
add and use BSD queue.h, cleanup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ DOC = \ TODO HDR = \ compat.h\ + queue.h\ util.h\ xml.h |