diff options
author | Tim Rice <tim@multitalents.net> | 2010-06-27 01:45:15 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2010-06-27 01:45:15 +0200 |
commit | 3fd307df5bdfaa556910ec15c6d1cd1ad94f20a5 (patch) | |
tree | 38b2799e411fad48b0892b9f0b3a839687fecab2 /openbsd-compat/port-uw.c | |
parent | - djm@cvs.openbsd.org 2010/06/25 23:10:30 (diff) | |
download | openssh-3fd307df5bdfaa556910ec15c6d1cd1ad94f20a5.tar.xz openssh-3fd307df5bdfaa556910ec15c6d1cd1ad94f20a5.zip |
- (tim) [openbsd-compat/port-uw.c] Reorder includes. auth-options.h now needs
key.h.
Diffstat (limited to 'openbsd-compat/port-uw.c')
-rw-r--r-- | openbsd-compat/port-uw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/port-uw.c b/openbsd-compat/port-uw.c index be9905a6a..b1fbfa208 100644 --- a/openbsd-compat/port-uw.c +++ b/openbsd-compat/port-uw.c @@ -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" |