changeset 46922:ee04d07683ab

[!VMS]: Include sys/files.h.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Aug 2002 04:56:13 +0000
parents 40c8bb63c063
children 9fe1de6ce7ca
files src/sysdep.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/sysdep.c	Sat Aug 17 04:55:17 2002 +0000
+++ b/src/sysdep.c	Sat Aug 17 04:56:13 2002 +0000
@@ -143,6 +143,10 @@
 #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' */