diff src/sysdep.c @ 46922:ee04d07683ab

[!VMS]: Include sys/files.h.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Aug 2002 04:56:13 +0000
parents 8ba889cb6430
children 2ff6f626f0ce
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' */