summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2004-04-08 05:11:03 +0000
committerBen Lindstrom <mouring@eviladmin.org>2004-04-08 05:11:03 +0000
commit1b9f2a6b44d09b21304c06e36c3cb4577937c0f9 (patch)
tree70c65778baa3cf1eb11f06422a6cf6277abadcb0 /monitor.c
parent4d2f361f966db93e473eb455856f28f4340bed68 (diff)
- (bal) [monitor.c monitor_wrap.c] Second try. Put the zlib.h headers
back and #undef TARGET_OS_MAC instead. (Bug report pending with Apple)
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor.c b/monitor.c
index d44f92d59..70403f2dd 100644
--- a/monitor.c
+++ b/monitor.c
@@ -33,12 +33,12 @@ RCSID("$OpenBSD: monitor.c,v 1.55 2004/02/05 05:37:17 dtucker Exp $");
33#include <skey.h> 33#include <skey.h>
34#endif 34#endif
35 35
36#include "zlib.h" /* XXX Moved due to conflict on MacOS/X */
37
38#include "ssh.h" 36#include "ssh.h"
39#include "auth.h" 37#include "auth.h"
40#include "kex.h" 38#include "kex.h"
41#include "dh.h" 39#include "dh.h"
40#undef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */
41#include "zlib.h"
42#include "packet.h" 42#include "packet.h"
43#include "auth-options.h" 43#include "auth-options.h"
44#include "sshpty.h" 44#include "sshpty.h"