aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-02 04:59:45 +0000
committerRichard M. Stallman1997-09-02 04:59:45 +0000
commit3e4a18035df9a598f80cbc6b2e190121e71bd426 (patch)
tree75d665848588d5fe6192657f90ea918bb626213f /src
parent1907b8e60e7d5814898a310736ac64f3d79acfff (diff)
downloademacs-3e4a18035df9a598f80cbc6b2e190121e71bd426.tar.gz
emacs-3e4a18035df9a598f80cbc6b2e190121e71bd426.zip
Include unistd.h instead of libc.h.
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;