diff options
Diffstat (limited to 'src/lib/rpc/clnt_perror.c')
-rw-r--r-- | src/lib/rpc/clnt_perror.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/rpc/clnt_perror.c b/src/lib/rpc/clnt_perror.c index 4f159c3b0..85935a8b0 100644 --- a/src/lib/rpc/clnt_perror.c +++ b/src/lib/rpc/clnt_perror.c @@ -45,6 +45,8 @@ static char sccsid[] = "@(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro"; #include <gssrpc/auth.h> #include <gssrpc/clnt.h> +#include "autoconf.h" + #ifndef HAVE_STRERROR #ifdef NEED_SYS_ERRLIST extern char *sys_errlist[]; |