summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-10-21 18:48:03 +0000
committerbwarsaw2002-10-21 18:48:03 +0000
commit24f0d21a26fa77a542c7e88d6a956ec4e5383415 (patch)
treec8695c0644873b6d0ad7ddaf883f319157558c17
parent2cf542ac27beec7b739767c22422038ab674a504 (diff)
downloadmailman-24f0d21a26fa77a542c7e88d6a956ec4e5383415.tar.gz
mailman-24f0d21a26fa77a542c7e88d6a956ec4e5383415.tar.zst
mailman-24f0d21a26fa77a542c7e88d6a956ec4e5383415.zip
-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 */