Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bcdec28b
Commit
bcdec28b
authored
Jun 02, 2003
by
Dave Love
Browse files
[HAVE_FCNTL_H]: Include fcntl.h.
parent
30b1b0cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/lread.c
src/lread.c
+3
-0
No files found.
src/lread.c
View file @
bcdec28b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment