- (tim) [openbsd-compat/port-uw.c] Include misc.h for fwd_opts, used

in servconf.h.
This commit is contained in:
Tim Rice 2014-07-18 20:00:11 -07:00
parent d1a0421f8e
commit 74e2868271
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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"