summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/compress.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/compress.c')
-rw-r--r--usr.bin/ssh/compress.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ssh/compress.c b/usr.bin/ssh/compress.c
index 8aba84efa00..bcaa26e3f65 100644
--- a/usr.bin/ssh/compress.c
+++ b/usr.bin/ssh/compress.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: compress.c,v 1.23 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: compress.c,v 1.24 2006/08/03 03:34:42 deraadt Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -12,7 +12,9 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-#include "includes.h"
+#include <sys/types.h>
+
+#include <stdarg.h>
#include "log.h"
#include "buffer.h"