Fix compilation on older OSX versions
This commit is contained in:
parent
d7efe5857c
commit
d57c681a6d
|
@ -3,6 +3,8 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#ifdef __CYGWIN32__
|
#ifdef __CYGWIN32__
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#elif defined(__APPLE__)
|
||||||
|
#include <mach/mach_time.h>
|
||||||
#endif
|
#endif
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue