summaryrefslogtreecommitdiff
path: root/groupaccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'groupaccess.c')
-rw-r--r--groupaccess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/groupaccess.c b/groupaccess.c
index bf6be997e..9f72e577e 100644
--- a/groupaccess.c
+++ b/groupaccess.c
@@ -25,9 +25,9 @@
25#include "includes.h" 25#include "includes.h"
26 26
27#include "groupaccess.h" 27#include "groupaccess.h"
28#include "ssh.h"
29#include "xmalloc.h" 28#include "xmalloc.h"
30#include "match.h" 29#include "match.h"
30#include "log.h"
31 31
32static int ngroups; 32static int ngroups;
33static char *groups_byname[NGROUPS_MAX + 1]; /* +1 for base/primary group */ 33static char *groups_byname[NGROUPS_MAX + 1]; /* +1 for base/primary group */