summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2004-04-08 16:12:30 +0000
committerBen Lindstrom <mouring@eviladmin.org>2004-04-08 16:12:30 +0000
commit036768e48c6039b0f784453cbc388078f72c8d53 (patch)
treecbf2d4f603740eb17eac40dcd2107901ceee5b6e /monitor.c
parent11f18294abc3316ed2d8e38c92bd7bd1bbb134e4 (diff)
- (bal) [monitor.c monitor_wrap.c] Ok.. Last time. Promise. Tim suggested
limiting scope and dtucker@ agreed.
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index 70403f2dd..37d40fcca 100644
--- a/monitor.c
+++ b/monitor.c
@@ -37,8 +37,13 @@ RCSID("$OpenBSD: monitor.c,v 1.55 2004/02/05 05:37:17 dtucker Exp $");
37#include "auth.h" 37#include "auth.h"
38#include "kex.h" 38#include "kex.h"
39#include "dh.h" 39#include "dh.h"
40#undef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */ 40#ifdef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */
41#undef TARGET_OS_MAC
41#include "zlib.h" 42#include "zlib.h"
43#define TARGET_OS_MAC 1
44#else
45#include "zlib.h"
46#endif
42#include "packet.h" 47#include "packet.h"
43#include "auth-options.h" 48#include "auth-options.h"
44#include "sshpty.h" 49#include "sshpty.h"