# HG changeset patch # User Dave Love # Date 1054578993 0 # Node ID 2699fa0f135f3fd6f5b500b118cc0e6196a20fcf # Parent 6b7e048da8bea53136e8b4c24ec755904a3a784c [HAVE_FCNTL_H]: Include fcntl.h. diff -r 6b7e048da8be -r 2699fa0f135f src/lread.c --- a/src/lread.c Mon Jun 02 18:31:29 2003 +0000 +++ b/src/lread.c Mon Jun 02 18:36:33 2003 +0000 @@ -61,6 +61,9 @@ #include #endif /* HAVE_SETLOCALE */ +#ifdef HAVE_FCNTL_H +#include +#endif #ifndef O_RDONLY #define O_RDONLY 0 #endif