aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-29 23:02:54 +0000
committerRichard M. Stallman1995-04-29 23:02:54 +0000
commitdca8521c5a2c0c6a41c7aae5744254cc94599af0 (patch)
tree5fe5036e09dee2374f8f8c385143288d2932bf64 /src
parent4af9e0b30f625eca7c423b139ba2acbe8c691384 (diff)
downloademacs-dca8521c5a2c0c6a41c7aae5744254cc94599af0.tar.gz
emacs-dca8521c5a2c0c6a41c7aae5744254cc94599af0.zip
[HAVE_UNISTD_H]: Include unistd.h.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 177f083d197..f73562efd5a 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -75,6 +75,11 @@ extern int h_errno;
75#include <sys/stat.h> 75#include <sys/stat.h>
76#include <errno.h> 76#include <errno.h>
77 77
78/* Get _POSIX_VDISABLE, if it is available. */
79#ifdef HAVE_UNISTD_H
80#include <unistd.h>
81#endif
82
78#ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida, MW Aug 1993 */ 83#ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida, MW Aug 1993 */
79#include <dos.h> 84#include <dos.h>
80#include "dosfns.h" 85#include "dosfns.h"