summaryrefslogtreecommitdiff
path: root/src/htslib.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-07-07 09:52:17 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-07-07 09:52:17 +0000
commit3ea9e69625a57b5a436a6e22cb252dec57e2a2f6 (patch)
treefb642e4f9167aa368556c19680c14df656954464 /src/htslib.c
parentf8569c130ccebb7b6cac1edfd9f28aae10c97400 (diff)
timezone for android
Diffstat (limited to 'src/htslib.c')
-rw-r--r--src/htslib.c3
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