mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-20 00:31:28 +00:00
Change #include <mach/mach_host.h> to #include <mach/mach.h>
This commit is contained in:
parent
53e416c4b7
commit
cb55b15d39
@ -33,7 +33,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(__MACH__)
|
||||
#include <mach/mach_host.h>
|
||||
#include <mach/mach.h>
|
||||
#include <mach/clock.h>
|
||||
|
||||
static clock_serv_t host_clock;
|
||||
|
Loading…
Reference in New Issue
Block a user