Commit 5d4e10c3 authored by Joerg Bruehe's avatar Joerg Bruehe
Browse files

Merge Kent's patch to "zlib/gzio.c" from 5.0-build to 5.1-build

parents 8d949612 36e4c7d2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -7,6 +7,11 @@

/* @(#) $Id$ */

/* Need to be included "early" to control other headers */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <stdio.h>

#include "zutil.h"