summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index d4d728a58..c0ce0a050 100644
--- a/src/common.h
+++ b/src/common.h
@@ -25,8 +25,8 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
-#include <grp.h>
#include <sys/types.h>
+#include <grp.h>
#include <unistd.h>
/* GETGROUPS_T gets set in the makefile by configure */