diff options
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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" |