Use mach-o/dyld.h on osx.

This commit is contained in:
Bartosz Taudul 2020-03-02 13:51:39 +01:00
parent fd363d7d85
commit 71bf352af2

View File

@ -14,7 +14,9 @@
#define HAVE_ATOMIC_FUNCTIONS 1
#define HAVE_DECL_STRNLEN 1
#ifdef BSD
#ifdef __APPLE__
# define HAVE_MACH_O_DYLD_H 1
#elif defined BSD
# define HAVE_KERN_PROC 1
# define HAVE_KERN_PROC_ARGS 1
#endif