diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-31 01:59:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-31 01:59:34 +0000 |
commit | 71649c0972e233491e207f54ab7ea41e6f1985e2 (patch) | |
tree | a279014d26389e84a9d784fec621f6ce4d104567 /bin/ps/ps.c | |
parent | 4733b55b855058f901b10595d48b3a5eb9780281 (diff) |
pull in less .h to do the same
Diffstat (limited to 'bin/ps/ps.c')
-rw-r--r-- | bin/ps/ps.c | 3 |
1 files changed, 2 insertions, 1 deletions
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> |