summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortim <tim>2014-07-19 03:00:11 +0000
committertim <tim>2014-07-19 03:00:11 +0000
commit3c9a1e6400029a60a41282d2cc36402c7a5f151a (patch)
tree0c815ee65879f3b79f31b6f4f8d8888d045183aa
parent64f2ac123893882bed59c0020aa5d24fdc10edfc (diff)
downloadopenssh-3c9a1e6400029a60a41282d2cc36402c7a5f151a.tar.gz
- (tim) [openbsd-compat/port-uw.c] Include misc.h for fwd_opts, used
in servconf.h.
-rw-r--r--ChangeLog4
-rw-r--r--openbsd-compat/port-uw.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85392699..e7f77584 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 b1fbfa20..db24dbb9 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"