mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk libT) Fix gzopen64 implicit declaration warning on some systems. (ijuxda ba5f6a66ad949b410464)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user