diff options
author | Darren Tucker <dtucker@zip.com.au> | 2011-08-27 20:50:16 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2011-08-27 20:50:16 +0200 |
commit | 4438354870aa3bdbf52d9bc7bf20c85aa3fff1f9 (patch) | |
tree | ea4f14f0ca5ac2788aebef97976cb92c26ea1495 /auth-skey.c | |
parent | - (tim) [configure.ac] Typo in error message spotted by Andy Tsouladze (diff) | |
download | openssh-4438354870aa3bdbf52d9bc7bf20c85aa3fff1f9.tar.xz openssh-4438354870aa3bdbf52d9bc7bf20c85aa3fff1f9.zip |
- (dtucker) [auth-skey.c] Add log.h to fix build --with-skey.
Diffstat (limited to 'auth-skey.c')
-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 cb43dba48..3536ec8fa 100644 --- a/auth-skey.c +++ b/auth-skey.c @@ -39,6 +39,7 @@ #include "hostfile.h" #include "auth.h" #include "ssh-gss.h" +#include "log.h" #include "monitor_wrap.h" static void * |