]> andersk Git - openssh.git/blobdiff - compress.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / compress.c
index 6f8d6b77550ae3fd1a47ae7678d84fd459a4349f..c058d222412fba86df23cf7e679bf15533988cf7 100644 (file)
@@ -1,3 +1,4 @@
+/* $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
 
 #include "includes.h"
 
+#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;
This page took 0.189221 seconds and 4 git commands to generate.