Fix vm_acquire() and friend on MacOS X

This commit is contained in:
gbeauche 2003-10-12 11:00:12 +00:00
parent 1b9876889e
commit 192943f46c

View File

@ -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