Expose gettimeofday.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
200d59f91b
commit
e56624948b
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
#include <windows.h>
|
||||
struct timezone;
|
||||
extern int gettimeofday(struct timeval *tp, struct timezone *tzp);
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue