diff options
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> |