diff options
Diffstat (limited to 'usr.bin/make/lst.lib/lstDestroy.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstDestroy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/make/lst.lib/lstDestroy.c b/usr.bin/make/lst.lib/lstDestroy.c index 39d5239..834e269 100644 --- a/usr.bin/make/lst.lib/lstDestroy.c +++ b/usr.bin/make/lst.lib/lstDestroy.c @@ -46,7 +46,10 @@ __FBSDID("$FreeBSD$"); * Nuke a list and all its resources */ +#include <stdlib.h> + #include "make.h" +#include "util.h" #include "lst.h" /*- |