mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 23:20:40 +00:00
Fix iOS build
This commit is contained in:
parent
d8603f2502
commit
ab3c27bda3
@ -157,3 +157,4 @@ The door is everything.
|
|||||||
The door controls time and space.
|
The door controls time and space.
|
||||||
The door can see into your soul.
|
The door can see into your soul.
|
||||||
Undefined symbol 'r_anal_fisting'
|
Undefined symbol 'r_anal_fisting'
|
||||||
|
I am Pentium of Borg. Division is futile. You will be approximated
|
||||||
|
@ -9,8 +9,12 @@
|
|||||||
#endif
|
#endif
|
||||||
#if __APPLE__
|
#if __APPLE__
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <libproc.h>
|
|
||||||
#include <execinfo.h>
|
#include <execinfo.h>
|
||||||
|
#ifndef PROC_PIDPATHINFO_MAXSIZE
|
||||||
|
#define PROC_PIDPATHINFO_MAXSIZE 512
|
||||||
|
#else
|
||||||
|
#include <libproc.h>
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#if __UNIX__
|
#if __UNIX__
|
||||||
# include <sys/wait.h>
|
# include <sys/wait.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user