From 4438354870aa3bdbf52d9bc7bf20c85aa3fff1f9 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 28 Aug 2011 04:50:16 +1000 Subject: - (dtucker) [auth-skey.c] Add log.h to fix build --with-skey. --- ChangeLog | 3 +++ auth-skey.c | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index b73d42c6..3c557ed5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20110827 + - (dtucker) [auth-skey.c] Add log.h to fix build --with-skey. + 20110818 - (tim) [configure.ac] Typo in error message spotted by Andy Tsouladze diff --git a/auth-skey.c b/auth-skey.c index cb43dba4..3536ec8f 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 * -- cgit v1.2.3