summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index b1b1c3a61..9e0417bdc 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -30,6 +30,8 @@ RCSID("$OpenBSD: monitor_wrap.c,v 1.35 2003/11/17 11:06:07 markus Exp $");
30#include <openssl/bn.h> 30#include <openssl/bn.h>
31#include <openssl/dh.h> 31#include <openssl/dh.h>
32 32
33#include "zlib.h" /* XXX Moved due to conflict on MacOS/X */
34
33#include "ssh.h" 35#include "ssh.h"
34#include "dh.h" 36#include "dh.h"
35#include "kex.h" 37#include "kex.h"
@@ -40,7 +42,6 @@ RCSID("$OpenBSD: monitor_wrap.c,v 1.35 2003/11/17 11:06:07 markus Exp $");
40#include "packet.h" 42#include "packet.h"
41#include "mac.h" 43#include "mac.h"
42#include "log.h" 44#include "log.h"
43#include "zlib.h"
44#include "monitor.h" 45#include "monitor.h"
45#include "monitor_wrap.h" 46#include "monitor_wrap.h"
46#include "xmalloc.h" 47#include "xmalloc.h"