diff zlib/example.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents ae3a4bfb450b
children
line wrap: on
line diff
--- a/zlib/example.c	Sun Aug 21 07:07:55 2011 +0900
+++ b/zlib/example.c	Fri Oct 27 22:46:09 2017 +0900
@@ -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: example.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */
 
+#include "zlib.h"
 #include <stdio.h>
-#include "zlib.h"
 
 #ifdef STDC
 #  include <string.h>