1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

forgot to protect gettimeofday for mingw64

This commit is contained in:
martell 2014-01-22 20:19:26 +00:00
parent 010a7e5123
commit 19cb86cc23

View file

@ -22,9 +22,10 @@ struct timezone
int tz_minuteswest; /* minutes W of Greenwich */
int tz_dsttime; /* type of dst correction */
};
#endif
int gettimeofday(struct timeval *tv, struct timezone *tz);
#endif
#endif