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