make sure too refer to dlfcn.h
This commit is contained in:
parent
30af67b3ca
commit
afa8d52e50
@ -30,8 +30,10 @@ findExecutable(const char *av0, char *buffer);
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
#include <mach-o/dyld.h>
|
#include <mach-o/dyld.h>
|
||||||
#endif
|
#include <dlfcn.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
typedef void (*prismf)(void);
|
typedef void (*prismf)(void);
|
||||||
|
Reference in New Issue
Block a user