From 7ce1c4de0ec52081c6b9f56eec390903f6867056 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Aug 2002 04:56:13 +0000 Subject: [PATCH] [!VMS]: Include sys/files.h. --- src/sysdep.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sysdep.c b/src/sysdep.c index 206ecca427..c56aefdd90 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 +#endif /* not VMS */ + #ifndef BSD4_1 #ifdef BSD_SYSTEM /* avoid writing defined (BSD_SYSTEM) || defined (USG) because the vms compiler doesn't grok `defined' */ -- 2.20.1