]> git.cworth.org Git - apitrace/blobdiff - thirdparty/zlib/example.c
Upgrade bundled zlib to 1.2.5 again.
[apitrace] / thirdparty / zlib / example.c
index 6c8a0ee763353f432ea96524a5e0d4ba5b64c658..604736f15f67ba668f20c17c7ac41c27d06c9bf0 100644 (file)
@@ -1,12 +1,12 @@
 /* example.c -- usage example of the zlib compression library
- * Copyright (C) 1995-2004 Jean-loup Gailly.
+ * Copyright (C) 1995-2006 Jean-loup Gailly.
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 /* @(#) $Id$ */
 
-#include <stdio.h>
 #include "zlib.h"
+#include <stdio.h>
 
 #ifdef STDC
 #  include <string.h>