summaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-31 01:59:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-31 01:59:34 +0000
commit71649c0972e233491e207f54ab7ea41e6f1985e2 (patch)
treea279014d26389e84a9d784fec621f6ce4d104567 /bin/ps
parent4733b55b855058f901b10595d48b3a5eb9780281 (diff)
pull in less .h to do the same
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/fmt.c3
-rw-r--r--bin/ps/ps.c3
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c
index c12e22bfca6..35c1c01d7bc 100644
--- a/bin/ps/fmt.c
+++ b/bin/ps/fmt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fmt.c,v 1.9 2008/03/24 20:32:04 jasper Exp $ */
+/* $OpenBSD: fmt.c,v 1.10 2013/10/31 01:59:33 deraadt Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -30,7 +30,6 @@
*/
#include <sys/param.h>
-#include <sys/user.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/proc.h>
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 9ef6084ddc8..aac650750d0 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ps.c,v 1.57 2013/10/28 13:05:53 okan Exp $ */
+/* $OpenBSD: ps.c,v 1.58 2013/10/31 01:59:33 deraadt Exp $ */
/* $NetBSD: ps.c,v 1.15 1995/05/18 20:33:25 mycroft Exp $ */
/*-
@@ -31,6 +31,7 @@
*/
#include <sys/param.h>
+#include <sys/sysctl.h>
#include <sys/user.h>
#include <sys/time.h>
#include <sys/resource.h>