Include Apple headers.

This commit is contained in:
David Manouchehri
2020-12-26 15:15:24 -05:00
parent 4af0065f4a
commit 159707f74c

View File

@ -37,7 +37,10 @@
#include <sys/shm.h>
#include <dlfcn.h>
#ifndef __APPLE__
#ifdef __APPLE__
#include <mach/mach.h>
#include <mach-o/dyld_images.h>
#else
#include <sys/wait.h>
#include <sys/personality.h>
#endif