mirror of
https://github.com/AxioDL/jbus.git
synced 2025-06-06 06:33:48 +00:00
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…
x
Reference in New Issue
Block a user