diff options
| author | bwarsaw | 2002-10-21 18:48:03 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-10-21 18:48:03 +0000 |
| commit | 24f0d21a26fa77a542c7e88d6a956ec4e5383415 (patch) | |
| tree | c8695c0644873b6d0ad7ddaf883f319157558c17 /src | |
| parent | 2cf542ac27beec7b739767c22422038ab674a504 (diff) | |
| download | mailman-24f0d21a26fa77a542c7e88d6a956ec4e5383415.tar.gz mailman-24f0d21a26fa77a542c7e88d6a956ec4e5383415.tar.zst mailman-24f0d21a26fa77a542c7e88d6a956ec4e5383415.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/common.h | 2 |
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 */ |
