aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lread.c3
1 files changed, 3 insertions, 0 deletions
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. */
61#include <locale.h> 61#include <locale.h>
62#endif /* HAVE_SETLOCALE */ 62#endif /* HAVE_SETLOCALE */
63 63
64#ifdef HAVE_FCNTL_H
65#include <fcntl.h>
66#endif
64#ifndef O_RDONLY 67#ifndef O_RDONLY
65#define O_RDONLY 0 68#define O_RDONLY 0
66#endif 69#endif