Apply same fix to apple

This commit is contained in:
baldurk
2017-09-01 09:46:38 +01:00
parent 60a29a28ed
commit 6ce8a8ec5f
+2 -1
View File
@@ -25,6 +25,7 @@
#include "os/posix/posix_hook.h"
#include <dlfcn.h>
#include <stddef.h>
void PosixHookInit()
{
@@ -37,4 +38,4 @@ bool PosixHookDetect(const char *identifier)
void PosixHookLibrary(const char *name, dlopenCallback cb)
{
}
}