From: Dave Love Date: Mon, 2 Jun 2003 18:36:33 +0000 (+0000) Subject: [HAVE_FCNTL_H]: Include fcntl.h. X-Git-Tag: ttn-vms-21-2-B4~9800 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcdec28bc18b67fc45a9ce065bbfbf1d61e92f55;p=emacs.git [HAVE_FCNTL_H]: Include fcntl.h. --- diff --git a/src/lread.c b/src/lread.c index ec23028c9f4..0c9bc140b73 100644 --- a/src/lread.c +++ b/src/lread.c @@ -61,6 +61,9 @@ Boston, MA 02111-1307, USA. */ #include #endif /* HAVE_SETLOCALE */ +#ifdef HAVE_FCNTL_H +#include +#endif #ifndef O_RDONLY #define O_RDONLY 0 #endif