From 036768e48c6039b0f784453cbc388078f72c8d53 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 8 Apr 2004 16:12:30 +0000 Subject: - (bal) [monitor.c monitor_wrap.c] Ok.. Last time. Promise. Tim suggested limiting scope and dtucker@ agreed. --- monitor_wrap.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'monitor_wrap.c') 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 $"); #include "packet.h" #include "mac.h" #include "log.h" -#undef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */ +#ifdef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */ +#undef TARGET_OS_MAC #include "zlib.h" +#define TARGET_OS_MAC 1 +#else +#include "zlib.h" +#endif #include "monitor.h" #include "monitor_wrap.h" #include "xmalloc.h" -- cgit v1.2.3