summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/compress.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-08-06 01:13:32 +0000
committerstevesk <stevesk@openbsd.org>2006-08-06 01:13:32 +0000
commita8a822cd1159986068127549b4a2f133b7100c37 (patch)
tree9de22a731c6820ba35054cf12fd8ea53b8def7ed /usr.bin/ssh/compress.c
parentadd the Intel 82801GHM LPC and 6321ESB LPC (diff)
downloadwireguard-openbsd-a8a822cd1159986068127549b4a2f133b7100c37.tar.xz
wireguard-openbsd-a8a822cd1159986068127549b4a2f133b7100c37.zip
"zlib.h" can be <zlib.h>; ok djm@ markus@
Diffstat (limited to 'usr.bin/ssh/compress.c')
-rw-r--r--usr.bin/ssh/compress.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/compress.c b/usr.bin/ssh/compress.c
index bcaa26e3f65..8d8ab9f8923 100644
--- a/usr.bin/ssh/compress.c
+++ b/usr.bin/ssh/compress.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: compress.c,v 1.24 2006/08/03 03:34:42 deraadt Exp $ */
+/* $OpenBSD: compress.c,v 1.25 2006/08/06 01:13:32 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -15,10 +15,10 @@
#include <sys/types.h>
#include <stdarg.h>
+#include <zlib.h>
#include "log.h"
#include "buffer.h"
-#include "zlib.h"
#include "compress.h"
z_stream incoming_stream;