diff --git a/ChangeLog b/ChangeLog index 85392699d..e7f77584e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20140719 + - (tim) [openbsd-compat/port-uw.c] Include misc.h for fwd_opts, used + in servconf.h. + 20140718 - OpenBSD CVS Sync - millert@cvs.openbsd.org 2014/07/15 15:54:14 diff --git a/openbsd-compat/port-uw.c b/openbsd-compat/port-uw.c index b1fbfa208..db24dbb94 100644 --- a/openbsd-compat/port-uw.c +++ b/openbsd-compat/port-uw.c @@ -42,6 +42,7 @@ #include "key.h" #include "auth-options.h" #include "log.h" +#include "misc.h" /* servconf.h needs misc.h for struct ForwardOptions */ #include "servconf.h" #include "hostfile.h" #include "auth.h"