diff options
author | Tim Rice <tim@multitalents.net> | 2014-07-18 20:00:11 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2014-07-18 20:00:11 -0700 |
commit | 74e28682711d005026c7c8f15f96aea9d3c8b5a3 (patch) | |
tree | 8d7528d8607ef2833cb38c7e82ebe5082e7c02a1 | |
parent | d1a0421f8e5e933fee6fb58ee6b9a22c63c8a613 (diff) | |
download | openssh-git-74e28682711d005026c7c8f15f96aea9d3c8b5a3.tar.gz |
- (tim) [openbsd-compat/port-uw.c] Include misc.h for fwd_opts, used
in servconf.h.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | openbsd-compat/port-uw.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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" |