mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-18 12:30:33 +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
|
#endif
|
||||||
|
|
||||||
#if defined(__MACH__)
|
#if defined(__MACH__)
|
||||||
#include <mach/mach_host.h>
|
#include <mach/mach.h>
|
||||||
#include <mach/clock.h>
|
#include <mach/clock.h>
|
||||||
|
|
||||||
static clock_serv_t host_clock;
|
static clock_serv_t host_clock;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user