summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/posix.h b/src/posix.h
index 3f52f9b72..5799c0499 100644
--- a/src/posix.h
+++ b/src/posix.h
@@ -66,6 +66,7 @@ typedef int GIT_SOCKET;
#else
typedef SOCKET GIT_SOCKET;
+struct timezone;
extern struct tm * p_localtime_r (const time_t *timer, struct tm *result);
extern struct tm * p_gmtime_r (const time_t *timer, struct tm *result);
extern int p_gettimeofday(struct timeval *tv, struct timezone *tz);