From: Richard M. Stallman Date: Tue, 2 Sep 1997 04:59:45 +0000 (+0000) Subject: Include unistd.h instead of libc.h. X-Git-Tag: emacs-20.1~279 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e4a18035df9a598f80cbc6b2e190121e71bd426;p=emacs.git Include unistd.h instead of libc.h. --- 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;