changeset 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 d63cf1409d9c
children 4383d4a532de
files src/unexnext.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexnext.c	Tue Sep 02 00:16:45 1997 +0000
+++ b/src/unexnext.c	Tue Sep 02 04:59:45 1997 +0000
@@ -30,7 +30,8 @@
 #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;