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:
parent
30b1b0cf41
commit
bcdec28bc1
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue