comparison src/unexnext.c @ 19669:e8e724dad99a

Include unistd.h instead of libc.h.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Sep 1997 04:59:45 +0000
parents 63f2ad395c81
children 4383d4a532de
comparison
equal deleted inserted replaced
19668:d63cf1409d9c 19669:e8e724dad99a
28 #include <mach/mach.h> 28 #include <mach/mach.h>
29 #include <mach-o/loader.h> 29 #include <mach-o/loader.h>
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
36 int malloc_cookie; 37 int malloc_cookie;
37 38
38 /* 39 /*