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:
parent
010a7e5123
commit
19cb86cc23
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue