diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | auth-skey.c | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20110827 | ||
2 | - (dtucker) [auth-skey.c] Add log.h to fix build --with-skey. | ||
3 | |||
1 | 20110818 | 4 | 20110818 |
2 | - (tim) [configure.ac] Typo in error message spotted by Andy Tsouladze | 5 | - (tim) [configure.ac] Typo in error message spotted by Andy Tsouladze |
3 | 6 | ||
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 @@ | |||
39 | #include "hostfile.h" | 39 | #include "hostfile.h" |
40 | #include "auth.h" | 40 | #include "auth.h" |
41 | #include "ssh-gss.h" | 41 | #include "ssh-gss.h" |
42 | #include "log.h" | ||
42 | #include "monitor_wrap.h" | 43 | #include "monitor_wrap.h" |
43 | 44 | ||
44 | static void * | 45 | static void * |