diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-07 09:52:17 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-07 09:52:17 +0000 |
commit | 3ea9e69625a57b5a436a6e22cb252dec57e2a2f6 (patch) | |
tree | fb642e4f9167aa368556c19680c14df656954464 | |
parent | f8569c130ccebb7b6cac1edfd9f28aae10c97400 (diff) |
timezone for android
-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 |