changeset 51398:2699fa0f135f

[HAVE_FCNTL_H]: Include fcntl.h.
author Dave Love <fx@gnu.org>
date Mon, 02 Jun 2003 18:36:33 +0000
parents 6b7e048da8be
children c2c7a2898903
files src/lread.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <locale.h>
 #endif /* HAVE_SETLOCALE */
 
+#ifdef HAVE_FCNTL_H
+#include <fcntl.h>
+#endif
 #ifndef O_RDONLY
 #define O_RDONLY 0
 #endif