diff options
Diffstat (limited to 'usr.bin/make/lst.lib/lstAtEnd.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstAtEnd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstAtEnd.c b/usr.bin/make/lst.lib/lstAtEnd.c index 9b4c7de..02d44d3 100644 --- a/usr.bin/make/lst.lib/lstAtEnd.c +++ b/usr.bin/make/lst.lib/lstAtEnd.c @@ -46,7 +46,8 @@ __FBSDID("$FreeBSD$"); * Add a node at the end of the list */ -#include "lstInt.h" +#include "make.h" +#include "lst.h" /*- *----------------------------------------------------------------------- |