diff options
Diffstat (limited to 'src/3rdparty/zlib/example.c')
-rw-r--r-- | src/3rdparty/zlib/example.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/zlib/example.c b/src/3rdparty/zlib/example.c index 6c8a0ee..604736f 100644 --- a/src/3rdparty/zlib/example.c +++ b/src/3rdparty/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$ */ -#include <stdio.h> #include "zlib.h" +#include <stdio.h> #ifdef STDC # include <string.h> |