]> code.delx.au - gnu-emacs/blobdiff - src/lread.c
Remove redundant include of unistd.h, stdlib.h. Use
[gnu-emacs] / 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