summaryrefslogtreecommitdiffstats
path: root/pw/pw_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pw_group.c')
-rw-r--r--pw/pw_group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw/pw_group.c b/pw/pw_group.c
index 22e80b0..3f19e77 100644
--- a/pw/pw_group.c
+++ b/pw/pw_group.c
@@ -32,10 +32,10 @@ static const char rcsid[] =
#include <ctype.h>
#include <err.h>
#include <grp.h>
-#include <inttypes.h>
#include <libutil.h>
#include <paths.h>
-#include <stdbool.h>
+#include <string.h>
+#include <sysexits.h>
#include <termios.h>
#include <unistd.h>