diff options
| author | Richard M. Stallman | 1997-09-02 04:59:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-02 04:59:45 +0000 |
| commit | 3e4a18035df9a598f80cbc6b2e190121e71bd426 (patch) | |
| tree | 75d665848588d5fe6192657f90ea918bb626213f /src | |
| parent | 1907b8e60e7d5814898a310736ac64f3d79acfff (diff) | |
| download | emacs-3e4a18035df9a598f80cbc6b2e190121e71bd426.tar.gz emacs-3e4a18035df9a598f80cbc6b2e190121e71bd426.zip | |
Include unistd.h instead of libc.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexnext.c | 3 |
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 | ||
| 36 | int malloc_cookie; | 37 | int malloc_cookie; |