]> git.eshelyaron.com Git - emacs.git/commitdiff
[HAVE_FCNTL_H]: Include fcntl.h.
authorDave Love <fx@gnu.org>
Mon, 2 Jun 2003 18:36:33 +0000 (18:36 +0000)
committerDave Love <fx@gnu.org>
Mon, 2 Jun 2003 18:36:33 +0000 (18:36 +0000)
src/lread.c

index ec23028c9f4f2ea0c3b9b3f1660a5728429b0b43..0c9bc140b73174ce1837e425de15f5352fbd3b84 100644 (file)
@@ -61,6 +61,9 @@ Boston, MA 02111-1307, USA.  */
 #include <locale.h>
 #endif /* HAVE_SETLOCALE */
 
+#ifdef HAVE_FCNTL_H
+#include <fcntl.h>
+#endif
 #ifndef O_RDONLY
 #define O_RDONLY 0
 #endif