diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-02 17:15:20 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-02 17:15:20 +0000 |
commit | 1f54c5b654eac803f2707685ec2e687b57a0df66 (patch) | |
tree | 08301625dedcb8a8837a464f46ca0292c54c5ecb /zlib/example.c | |
parent | b49e3742cb50238370bdf071d9de7cfe3e448ca7 (diff) | |
download | gcc-1f54c5b654eac803f2707685ec2e687b57a0df66.tar.gz |
2012-03-02 Matthias Klose <doko@ubuntu.com>
* Imported zlib 1.2.5; merged local changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184805 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/example.c')
-rw-r--r-- | zlib/example.c | 4 |
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> |