diff --git a/cpukit/zlib/example.c b/cpukit/zlib/example.c index 6c8a0ee763..604736f15f 100644 --- a/cpukit/zlib/example.c +++ b/cpukit/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 #include "zlib.h" +#include #ifdef STDC # include