- (tim) [openbsd-compat/port-uw.c] Reorder includes. auth-options.h now needs

key.h.
This commit is contained in:
Tim Rice 2010-06-26 16:45:15 -07:00
parent 1ab6a51f9b
commit 3fd307df5b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
20100627
- (tim) [openbsd-compat/port-uw.c] Reorder includes. auth-options.h now needs
key.h.
20100626
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2010/05/21 05:00:36

View File

@ -39,10 +39,10 @@
#include "xmalloc.h"
#include "packet.h"
#include "buffer.h"
#include "key.h"
#include "auth-options.h"
#include "log.h"
#include "servconf.h"
#include "key.h"
#include "hostfile.h"
#include "auth.h"
#include "ssh.h"