diff options
Diffstat (limited to 'src/htslib.c')
-rw-r--r-- | src/htslib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htslib.c b/src/htslib.c index bca5539..168b2b3 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -75,7 +75,7 @@ Please visit our Website: http://www.httrack.com #include <string.h> #include <time.h> #ifdef __ANDROID__ -extern long int timezone; +static long int timezone = 0; #endif #include <stdarg.h> |