summaryrefslogtreecommitdiff
path: root/monitor_wrap.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_wrap.c
parent11f18294abc3316ed2d8e38c92bd7bd1bbb134e4 (diff)
- (bal) [monitor.c monitor_wrap.c] Ok.. Last time. Promise. Tim suggested
limiting scope and dtucker@ agreed.
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index fc506d267..ee2dc2027 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -40,8 +40,13 @@ RCSID("$OpenBSD: monitor_wrap.c,v 1.35 2003/11/17 11:06:07 markus Exp $");
40#include "packet.h" 40#include "packet.h"
41#include "mac.h" 41#include "mac.h"
42#include "log.h" 42#include "log.h"
43#undef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */ 43#ifdef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */
44#undef TARGET_OS_MAC
44#include "zlib.h" 45#include "zlib.h"
46#define TARGET_OS_MAC 1
47#else
48#include "zlib.h"
49#endif
45#include "monitor.h" 50#include "monitor.h"
46#include "monitor_wrap.h" 51#include "monitor_wrap.h"
47#include "xmalloc.h" 52#include "xmalloc.h"