diff options
Diffstat (limited to 'src/lib/rpc/auth_unix.c')
-rw-r--r-- | src/lib/rpc/auth_unix.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/rpc/auth_unix.c b/src/lib/rpc/auth_unix.c index 4af3bc4c7..eaa842732 100644 --- a/src/lib/rpc/auth_unix.c +++ b/src/lib/rpc/auth_unix.c @@ -52,9 +52,7 @@ static char sccsid[] = "@(#)auth_unix.c 1.19 87/08/11 Copyr 1984 Sun Micro"; #include <gssrpc/auth.h> #include <gssrpc/auth_unix.h> -#ifndef GETGROUPS_T -#define GETGROUPS_T int -#endif +#include "autoconf.h" /* * Unix authenticator operations vector |