summaryrefslogtreecommitdiff
path: root/auth-krb5.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-krb5.c')
-rw-r--r--auth-krb5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth-krb5.c b/auth-krb5.c
index 8beacc0d4..676b8ab1f 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -41,6 +41,8 @@
41 41
42#ifdef KRB5 42#ifdef KRB5
43#include <errno.h> 43#include <errno.h>
44#include <unistd.h>
45#include <string.h>
44#include <krb5.h> 46#include <krb5.h>
45 47
46extern ServerOptions options; 48extern ServerOptions options;