(trunk libT) Fix gzopen64 implicit declaration warning on some systems. (ijuxda ba5f6a66ad949b410464)

This commit is contained in:
Jordan Lee
2011-01-06 02:27:22 +00:00
parent 35cf5e4a32
commit 2cba0d5822
+4
View File
@@ -10,6 +10,10 @@
* $Id$
*/
#if defined( HAVE_ZLIB ) && ( _FILE_OFFSET_BITS == 64 )
#define _LARGEFILE64_SOURCE
#endif
#include <assert.h>
#include <ctype.h> /* isdigit */
#include <errno.h>