mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-10 18:29:44 +00:00
Fix vm_acquire() and friend on MacOS X
This commit is contained in:
parent
1b9876889e
commit
192943f46c
@ -30,6 +30,11 @@
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
#ifdef HAVE_MACH_VM
|
||||
extern "C" {
|
||||
#include <mach/mach.h>
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Return value of `vm_acquire' in case of an error. */
|
||||
#ifdef HAVE_MACH_VM
|
||||
|
Loading…
x
Reference in New Issue
Block a user