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/compat.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/compat.c')
-rw-r--r-- | usr.bin/make/compat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c index 5c937a8ecda..557c8c7ebbf 100644 --- a/usr.bin/make/compat.c +++ b/usr.bin/make/compat.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: compat.c,v 1.38 2001/05/29 12:17:05 espie Exp $ */ +/* $OpenBSD: compat.c,v 1.39 2001/05/29 12:53:39 espie Exp $ */ /* $NetBSD: compat.c,v 1.14 1996/11/06 17:59:01 christos Exp $ */ /* @@ -45,9 +45,11 @@ #include <sys/wait.h> #include <ctype.h> #include <errno.h> +#include <limits.h> #include <signal.h> #include <stddef.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> #include "config.h" |