=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/monitor_wrap.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- src/usr.bin/ssh/monitor_wrap.c 2006/08/05 08:28:24 1.52 +++ src/usr.bin/ssh/monitor_wrap.c 2006/08/06 01:13:32 1.53 @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_wrap.c,v 1.52 2006/08/05 08:28:24 dtucker Exp $ */ +/* $OpenBSD: monitor_wrap.c,v 1.53 2006/08/06 01:13:32 stevesk Exp $ */ /* * Copyright 2002 Niels Provos * Copyright 2002 Markus Friedl @@ -37,6 +37,7 @@ #include #include #include +#include #include "xmalloc.h" #include "ssh.h" @@ -51,7 +52,6 @@ #include "packet.h" #include "mac.h" #include "log.h" -#include "zlib.h" #include "monitor.h" #ifdef GSSAPI #include "ssh-gss.h"