summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-08-17 04:56:13 +0000
committerRichard M. Stallman <rms@gnu.org>2002-08-17 04:56:13 +0000
commit7ce1c4de0ec52081c6b9f56eec390903f6867056 (patch)
treeeb054ecb608127f3bd82aa9b908413d479a7ecd3 /src
parent6388456397cf16a5410928d2b94a60cd6f92aed7 (diff)
downloademacs-7ce1c4de0ec52081c6b9f56eec390903f6867056.tar.gz
[!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;
#define MAXIOSIZE (32 * PAGESIZE) /* Don't I/O more than 32 blocks at a time */
#endif /* VMS */
+#ifndef VMS
+#include <sys/file.h>
+#endif /* not VMS */
+
#ifndef BSD4_1
#ifdef BSD_SYSTEM /* avoid writing defined (BSD_SYSTEM) || defined (USG)
because the vms compiler doesn't grok `defined' */