summaryrefslogtreecommitdiff
path: root/usr.bin/make/lst.lib/lstAppend.c
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-02-01 10:50:37 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-02-01 10:50:37 +0000
commit7a2029bac2130f8d12b0c3bfa5fca898e12e29a9 (patch)
treead58e65b384352ba6b76d8d9e9ad5ae790aaf99f /usr.bin/make/lst.lib/lstAppend.c
parent9d97c7ee0a669da96995c604152359d99d483034 (diff)
Notes
Diffstat (limited to 'usr.bin/make/lst.lib/lstAppend.c')
-rw-r--r--usr.bin/make/lst.lib/lstAppend.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstAppend.c b/usr.bin/make/lst.lib/lstAppend.c
index 297926c3ca8e3..ec372e7886cdf 100644
--- a/usr.bin/make/lst.lib/lstAppend.c
+++ b/usr.bin/make/lst.lib/lstAppend.c
@@ -46,8 +46,11 @@ __FBSDID("$FreeBSD$");
* Add a new node with a new datum after an existing node
*/
-#include "make.h"
+#include <stdio.h>
+
#include "lst.h"
+#include "make.h"
+#include "util.h"
/*-
*-----------------------------------------------------------------------