summaryrefslogtreecommitdiff
path: root/zlib/example.c
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-03-02 17:15:20 +0000
committerMatthias Klose <doko@gcc.gnu.org>2012-03-02 17:15:20 +0000
commit43743d63b3e6026088cb5bacca87ccc08acd97cd (patch)
tree08301625dedcb8a8837a464f46ca0292c54c5ecb /zlib/example.c
parent5d216c70d980e3169b42e9734cf4bea1648ff8f0 (diff)
downloadgcc-43743d63b3e6026088cb5bacca87ccc08acd97cd.tar.gz
2012-03-02 Matthias Klose <doko@ubuntu.com>
* Imported zlib 1.2.5; merged local changes. From-SVN: r184805
Diffstat (limited to 'zlib/example.c')
-rw-r--r--zlib/example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/example.c b/zlib/example.c
index 7d7342d4aa8..e30389750b2 100644
--- a/zlib/example.c
+++ b/zlib/example.c
@@ -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 <stdio.h>
#include "zlib.h"
+#include <stdio.h>
#ifdef STDC
# include <string.h>