Include unistd.h instead of libc.h.
This commit is contained in:
parent
1907b8e60e
commit
3e4a18035d
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ Boston, MA 02111-1307, USA. */
|
|||
#include <mach-o/reloc.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/stat.h>
|
||||
#include <libc.h>
|
||||
#include <unistd.h>
|
||||
/* Instead of unistd.h, this used to include libc.h. */
|
||||
|
||||
|
||||
int malloc_cookie;
|
||||
|
|
Loading…
Add table
Reference in a new issue