diff options
Diffstat (limited to 'usr.bin/make/lst.lib/lstForEach.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstForEach.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstForEach.c b/usr.bin/make/lst.lib/lstForEach.c index b3a7e66..ee3e041 100644 --- a/usr.bin/make/lst.lib/lstForEach.c +++ b/usr.bin/make/lst.lib/lstForEach.c @@ -46,7 +46,8 @@ __FBSDID("$FreeBSD$"); * Perform a given function on all elements of a list. */ -#include "lstInt.h" +#include "make.h" +#include "lst.h" /*- *----------------------------------------------------------------------- |