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