summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw.c
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-08-02 13:22:46 +0000
committerbapt <bapt@FreeBSD.org>2015-08-02 13:22:46 +0000
commit4469579834ee067278284d7555d692812b926fac (patch)
tree252f686ccdf0c2c6968f423f40e4b2116c370a8b /usr.sbin/pw/pw.c
parent8ca0483df0222858a2d49176a4c089e3d4a406d5 (diff)
downloadFreeBSD-src-4469579834ee067278284d7555d692812b926fac.zip
FreeBSD-src-4469579834ee067278284d7555d692812b926fac.tar.gz
Cleanup a bit includes
Diffstat (limited to 'usr.sbin/pw/pw.c')
-rw-r--r--usr.sbin/pw/pw.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c
index b13db70..1f42101 100644
--- a/usr.sbin/pw/pw.c
+++ b/usr.sbin/pw/pw.c
@@ -32,9 +32,10 @@ static const char rcsid[] =
#include <err.h>
#include <fcntl.h>
#include <locale.h>
-#include <paths.h>
-#include <stdbool.h>
-#include <sys/wait.h>
+#include <string.h>
+#include <sysexits.h>
+#include <unistd.h>
+
#include "pw.h"
const char *Modes[] = {
OpenPOWER on IntegriCloud