1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-13 19:25:37 -08:00

[HAVE_FCNTL_H]: Include fcntl.h.

This commit is contained in:
Dave Love 2003-06-02 18:36:33 +00:00
parent 30b1b0cf41
commit bcdec28bc1

View 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