summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd/agents/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nscd/agents/group.c')
-rw-r--r--usr.sbin/nscd/agents/group.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/nscd/agents/group.c b/usr.sbin/nscd/agents/group.c
index 2ac0619..4b607ad 100644
--- a/usr.sbin/nscd/agents/group.c
+++ b/usr.sbin/nscd/agents/group.c
@@ -29,12 +29,13 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <sys/types.h>
+
#include <assert.h>
-#include <nsswitch.h>
#include <grp.h>
-#include <string.h>
+#include <nsswitch.h>
#include <stdlib.h>
+#include <string.h>
+
#include "../debug.h"
#include "passwd.h"
OpenPOWER on IntegriCloud