aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/print.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c
index a372a35769b1..4de0dd792e68 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -51,10 +51,12 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94";
#include <sys/sysctl.h>
#include <err.h>
+#include <grp.h>
#include <langinfo.h>
#include <locale.h>
#include <math.h>
#include <nlist.h>
+#include <pwd.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>