mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 18:57:46 +00:00
Fix mingw32 (Travis) build.
This commit is contained in:
parent
80779ea83e
commit
0284a21983
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user