diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-08-05 11:56:00 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-08-05 11:56:00 +0200 |
commit | 6e1a9aa9b9aa39fba068d5fd071bd145da34519b (patch) | |
tree | 153b29000d5a72c9109db350364cf14d53c0601f /auth-skey.c | |
parent | - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa. (diff) | |
download | openssh-6e1a9aa9b9aa39fba068d5fd071bd145da34519b.tar.xz openssh-6e1a9aa9b9aa39fba068d5fd071bd145da34519b.zip |
- (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h.
Diffstat (limited to '')
-rw-r--r-- | auth-skey.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth-skey.c b/auth-skey.c index 147dab825..25073dbae 100644 --- a/auth-skey.c +++ b/auth-skey.c @@ -38,6 +38,7 @@ #include "key.h" #include "hostfile.h" #include "auth.h" +#include "ssh-gss.h" #include "monitor_wrap.h" static void * |