diff options
author | Damien Miller <djm@mindrot.org> | 2006-08-18 16:21:46 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-08-18 16:21:46 +0200 |
commit | 63b94128cbfeb8a7e979baae7f3b29a171e4ab18 (patch) | |
tree | 9c125ee01e19614e1f0498893f5deb7d63c918d9 /monitor.c | |
parent | - (dtucker) [openbsd-compat/regress/Makefile.in] Use implicit rules for the (diff) | |
download | openssh-63b94128cbfeb8a7e979baae7f3b29a171e4ab18.tar.xz openssh-63b94128cbfeb8a7e979baae7f3b29a171e4ab18.zip |
- (djm) OpenBSD CVS Sync
- stevesk@cvs.openbsd.org 2006/08/06 01:13:32
[compress.c monitor.c monitor_wrap.c]
"zlib.h" can be <zlib.h>; ok djm@ markus@
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.86 2006/08/04 20:46:05 stevesk Exp $ */ +/* $OpenBSD: monitor.c,v 1.87 2006/08/06 01:13:32 stevesk Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * Copyright 2002 Markus Friedl <markus@openbsd.org> @@ -42,6 +42,7 @@ #include <signal.h> #include <stdlib.h> #include <string.h> +#include <zlib.h> #ifdef SKEY #include <skey.h> |