summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-07-07 09:53:53 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-07-07 09:53:53 +0000
commite5d811f51e36f65579a120841ed4b12755ce6473 (patch)
tree70f244d5a62eeac450fab8726aa317d75006460f /src
parent0ae8baf47b5d444a84a243dce9ac1d73cd5be733 (diff)
timezone for android
Diffstat (limited to 'src')
-rw-r--r--src/proxy/store.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proxy/store.c b/src/proxy/store.c
index 1b9e9f2..cf616e1 100644
--- a/src/proxy/store.c
+++ b/src/proxy/store.c
@@ -31,6 +31,9 @@ Please visit our Website: http://www.httrack.com
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#ifdef __ANDROID__
+extern long int timezone;
+#endif
/* Locking */
#ifdef _WIN32