summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2010-06-26 16:45:15 -0700
committerTim Rice <tim@multitalents.net>2010-06-26 16:45:15 -0700
commit3fd307df5bdfaa556910ec15c6d1cd1ad94f20a5 (patch)
tree38b2799e411fad48b0892b9f0b3a839687fecab2
parent1ab6a51f9b258a6e844f1ee442c15aec7fcb6a72 (diff)
- (tim) [openbsd-compat/port-uw.c] Reorder includes. auth-options.h now needs
key.h.
-rw-r--r--ChangeLog4
-rw-r--r--openbsd-compat/port-uw.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d86960e31..27744ad1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120100627
2 - (tim) [openbsd-compat/port-uw.c] Reorder includes. auth-options.h now needs
3 key.h.
4
120100626 520100626
2 - (djm) OpenBSD CVS Sync 6 - (djm) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2010/05/21 05:00:36 7 - djm@cvs.openbsd.org 2010/05/21 05:00:36
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 @@
39#include "xmalloc.h" 39#include "xmalloc.h"
40#include "packet.h" 40#include "packet.h"
41#include "buffer.h" 41#include "buffer.h"
42#include "key.h"
42#include "auth-options.h" 43#include "auth-options.h"
43#include "log.h" 44#include "log.h"
44#include "servconf.h" 45#include "servconf.h"
45#include "key.h"
46#include "hostfile.h" 46#include "hostfile.h"
47#include "auth.h" 47#include "auth.h"
48#include "ssh.h" 48#include "ssh.h"