Commit 0284a219 by Ben Straub

Fix mingw32 (Travis) build.

parent 80779ea8
...@@ -66,6 +66,7 @@ typedef int GIT_SOCKET; ...@@ -66,6 +66,7 @@ typedef int GIT_SOCKET;
#else #else
typedef SOCKET GIT_SOCKET; typedef SOCKET GIT_SOCKET;
struct timezone;
extern struct tm * p_localtime_r (const time_t *timer, struct tm *result); 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 struct tm * p_gmtime_r (const time_t *timer, struct tm *result);
extern int p_gettimeofday(struct timeval *tv, struct timezone *tz); extern int p_gettimeofday(struct timeval *tv, struct timezone *tz);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment