mirror of https://github.com/AxioDL/jbus.git
Ensure time.h is included
This commit is contained in:
parent
e28b6551d0
commit
9dd968dd66
|
@ -3,6 +3,8 @@
|
|||
#include <sys/time.h>
|
||||
#if __APPLE__
|
||||
#include <mach/mach_time.h>
|
||||
#elif __linux__ || __FreeBSD__
|
||||
#include <time.h>
|
||||
#endif
|
||||
#else
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
|
|
Loading…
Reference in New Issue