diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-07 09:53:53 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-07 09:53:53 +0000 |
commit | e5d811f51e36f65579a120841ed4b12755ce6473 (patch) | |
tree | 70f244d5a62eeac450fab8726aa317d75006460f /src/proxy | |
parent | 0ae8baf47b5d444a84a243dce9ac1d73cd5be733 (diff) |
timezone for android
Diffstat (limited to 'src/proxy')
-rw-r--r-- | src/proxy/store.c | 3 |
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 |