From c1cee2f62b3fb1f85f20af5d1cdce12aa2059a12 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 11 Aug 1997 02:41:02 +0000 Subject: [PATCH] Oops, add #include's (forgotten in last commit) to make this compile again. --- bin/ps/keyword.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 64e3ba651d5..61105a64ac4 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94"; #else static const char rcsid[] = - "$Id: keyword.c,v 1.16 1997/08/11 02:29:50 steve Exp $"; + "$Id: keyword.c,v 1.17 1997/08/11 02:35:16 steve Exp $"; #endif #endif /* not lint */ @@ -44,6 +44,9 @@ static const char rcsid[] = #include #include #include +#include +#include +#include #include #include