summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-03-15 20:04:28 +0000
committerXin LI <delphij@FreeBSD.org>2010-03-15 20:04:28 +0000
commitc7be98c22561b2d2dd5c1a70e9de0bd0485b3ddd (patch)
treefdd3e88c4f71f33ccb4e45a9713a6b23fd22329f /example.c
parent6bca913248f45e6365838274cd2bb7cc7f3e2692 (diff)
Diffstat (limited to 'example.c')
-rw-r--r--example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/example.c b/example.c
index 6c8a0ee763353..604736f15f67b 100644
--- a/example.c
+++ b/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>