summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2014-07-18 20:00:11 -0700
committerTim Rice <tim@multitalents.net>2014-07-18 20:00:11 -0700
commit74e28682711d005026c7c8f15f96aea9d3c8b5a3 (patch)
tree8d7528d8607ef2833cb38c7e82ebe5082e7c02a1
parentd1a0421f8e5e933fee6fb58ee6b9a22c63c8a613 (diff)
downloadopenssh-git-74e28682711d005026c7c8f15f96aea9d3c8b5a3.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"