aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-08-17 04:56:13 +0000
committerRichard M. Stallman2002-08-17 04:56:13 +0000
commit7ce1c4de0ec52081c6b9f56eec390903f6867056 (patch)
treeeb054ecb608127f3bd82aa9b908413d479a7ecd3 /src
parent6388456397cf16a5410928d2b94a60cd6f92aed7 (diff)
downloademacs-7ce1c4de0ec52081c6b9f56eec390903f6867056.tar.gz
emacs-7ce1c4de0ec52081c6b9f56eec390903f6867056.zip
[!VMS]: Include sys/files.h.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 206ecca427a..c56aefdd907 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -143,6 +143,10 @@ extern int errno;
143#define MAXIOSIZE (32 * PAGESIZE) /* Don't I/O more than 32 blocks at a time */ 143#define MAXIOSIZE (32 * PAGESIZE) /* Don't I/O more than 32 blocks at a time */
144#endif /* VMS */ 144#endif /* VMS */
145 145
146#ifndef VMS
147#include <sys/file.h>
148#endif /* not VMS */
149
146#ifndef BSD4_1 150#ifndef BSD4_1
147#ifdef BSD_SYSTEM /* avoid writing defined (BSD_SYSTEM) || defined (USG) 151#ifdef BSD_SYSTEM /* avoid writing defined (BSD_SYSTEM) || defined (USG)
148 because the vms compiler doesn't grok `defined' */ 152 because the vms compiler doesn't grok `defined' */