[!VMS]: Include sys/files.h.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Aug 2002 04:56:13 +0000 (04:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Aug 2002 04:56:13 +0000 (04:56 +0000)
src/sysdep.c

index 206ecca..c56aefd 100644 (file)
@@ -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' */