# HG changeset patch # User Richard M. Stallman # Date 1029560173 0 # Node ID ee04d07683ab318ad7cc8fe0c652ff17cf1c5edf # Parent 40c8bb63c06382f05cad53ad256e300bf2cffae4 [!VMS]: Include sys/files.h. diff -r 40c8bb63c063 -r ee04d07683ab src/sysdep.c --- 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 +#endif /* not VMS */ + #ifndef BSD4_1 #ifdef BSD_SYSTEM /* avoid writing defined (BSD_SYSTEM) || defined (USG) because the vms compiler doesn't grok `defined' */