diff options
Diffstat (limited to 'gss-serv-krb5.c')
-rw-r--r-- | gss-serv-krb5.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gss-serv-krb5.c b/gss-serv-krb5.c index 7b78cfe0a..006bedad9 100644 --- a/gss-serv-krb5.c +++ b/gss-serv-krb5.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gss-serv-krb5.c,v 1.6 2006/07/02 18:36:47 stevesk Exp $ */ | 1 | /* $OpenBSD: gss-serv-krb5.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. | 4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. |
@@ -29,13 +29,18 @@ | |||
29 | #ifdef GSSAPI | 29 | #ifdef GSSAPI |
30 | #ifdef KRB5 | 30 | #ifdef KRB5 |
31 | 31 | ||
32 | #include <sys/types.h> | ||
33 | |||
32 | #include <string.h> | 34 | #include <string.h> |
33 | 35 | ||
34 | #include "auth.h" | ||
35 | #include "xmalloc.h" | 36 | #include "xmalloc.h" |
37 | #include "key.h" | ||
38 | #include "hostfile.h" | ||
39 | #include "auth.h" | ||
36 | #include "log.h" | 40 | #include "log.h" |
37 | #include "servconf.h" | 41 | #include "servconf.h" |
38 | 42 | ||
43 | #include "buffer.h" | ||
39 | #include "ssh-gss.h" | 44 | #include "ssh-gss.h" |
40 | 45 | ||
41 | extern ServerOptions options; | 46 | extern ServerOptions options; |