From 3e4a18035df9a598f80cbc6b2e190121e71bd426 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 2 Sep 1997 04:59:45 +0000 Subject: [PATCH] Include unistd.h instead of libc.h. --- src/unexnext.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ #include #include #include -#include +#include +/* Instead of unistd.h, this used to include libc.h. */ int malloc_cookie; -- 2.39.2