aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unexnext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unexnext.c b/src/unexnext.c
index 1cf41ca05a1..e250245088c 100644
--- a/src/unexnext.c
+++ b/src/unexnext.c
@@ -30,7 +30,8 @@ Boston, MA 02111-1307, USA. */
30#include <mach-o/reloc.h> 30#include <mach-o/reloc.h>
31#include <sys/file.h> 31#include <sys/file.h>
32#include <sys/stat.h> 32#include <sys/stat.h>
33#include <libc.h> 33#include <unistd.h>
34/* Instead of unistd.h, this used to include libc.h. */
34 35
35 36
36int malloc_cookie; 37int malloc_cookie;