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/for.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/for.c')
-rw-r--r-- | usr.bin/make/for.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 4fac3299ce2..c71378497d2 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: for.c,v 1.25 2001/05/23 12:34:42 espie Exp $ */ +/* $OpenBSD: for.c,v 1.26 2001/05/29 12:53:40 espie Exp $ */ /* $NetBSD: for.c,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* @@ -66,6 +66,7 @@ #include <ctype.h> #include <stddef.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include "config.h" #include "defines.h" |