]> andersk Git - openssh.git/blobdiff - compress.c
- (dtucker) [defines.h] Remove now-undeeded PRIu64 define.
[openssh.git] / compress.c
index 8aba84efa0066139d07d517500196a21ebe5db77..c058d222412fba86df23cf7e679bf15533988cf7 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: compress.c,v 1.23 2006/03/25 13:17:01 djm 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
 
 #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.824706 seconds and 4 git commands to generate.