From: Richard M. Stallman Date: Sat, 17 Aug 2002 04:56:13 +0000 (+0000) Subject: [!VMS]: Include sys/files.h. X-Git-Tag: ttn-vms-21-2-B4~13660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ce1c4de0ec52081c6b9f56eec390903f6867056;p=emacs.git [!VMS]: Include sys/files.h. --- diff --git a/src/sysdep.c b/src/sysdep.c index 206ecca427a..c56aefdd907 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' */