diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-05-29 12:53:49 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-05-29 12:53:49 +0000 |
commit | 14959b87a7868b8591017204f0844a5d4bb29a42 (patch) | |
tree | f685e41abdfa80732cf331c96a58b6b56ef70970 /usr.bin/make/lowparse.c | |
parent | b6985ed543fc10d606789bf3477ec48cc4a3bf2d (diff) |
Take includes out of lst.h, re-add what's needed to separate files.
Removes remaining lint stuff from lst.lib.
Diffstat (limited to 'usr.bin/make/lowparse.c')
-rw-r--r-- | usr.bin/make/lowparse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/lowparse.c b/usr.bin/make/lowparse.c index 832849a98c2..4aea5e069d7 100644 --- a/usr.bin/make/lowparse.c +++ b/usr.bin/make/lowparse.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: lowparse.c,v 1.10 2001/05/29 12:17:05 espie Exp $ */ +/* $OpenBSD: lowparse.c,v 1.11 2001/05/29 12:53:41 espie Exp $ */ /* low-level parsing functions. */ @@ -33,6 +33,7 @@ #include <assert.h> #include <stddef.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> #include "config.h" |