aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1997-08-11 02:41:02 +0000
committerSteve Price <steve@FreeBSD.org>1997-08-11 02:41:02 +0000
commitc1cee2f62b3fb1f85f20af5d1cdce12aa2059a12 (patch)
tree3f00ab671fa34565825058ab4acc03fae5ae04eb /bin/ps
parentbe73b9df4d8008404eaead35123cc18b2e5ef24c (diff)
downloadsrc-c1cee2f62b3fb1f85f20af5d1cdce12aa2059a12.tar.gz
src-c1cee2f62b3fb1f85f20af5d1cdce12aa2059a12.zip
Oops, add #include's (forgotten in last commit) to make this
compile again.
Notes
Notes: svn path=/head/; revision=28054
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/keyword.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 64e3ba651d52..61105a64ac4d 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 <sys/time.h>
#include <sys/resource.h>
#include <sys/proc.h>
+#include <sys/sysctl.h>
+#include <sys/ucred.h>
+#include <sys/user.h>
#include <err.h>
#include <errno.h>