mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
don't include missing sys/time, declare gettimeofday in Systime header
This commit is contained in:
parent
3651eff3d6
commit
1daaf561de
2 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,6 @@
|
|||
* Danny Smith <dannysmith@users.sourceforge.net>
|
||||
*/
|
||||
|
||||
#include <sys/time.h>
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
|
|
|
@ -13,4 +13,6 @@
|
|||
|
||||
#include <winsock2.h>
|
||||
|
||||
int __cdecl gettimeofday(struct timeval *__restrict__, void *__restrict__);
|
||||
|
||||
#endif __Systime__
|
Loading…
Reference in a new issue