diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index 81b7082204c..69e9a4629d2 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -54,9 +54,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 54 | #include <locale.h> | 54 | #include <locale.h> |
| 55 | #endif /* HAVE_SETLOCALE */ | 55 | #endif /* HAVE_SETLOCALE */ |
| 56 | 56 | ||
| 57 | #ifdef HAVE_FCNTL_H | ||
| 58 | #include <fcntl.h> | 57 | #include <fcntl.h> |
| 59 | #endif | ||
| 60 | #ifndef O_RDONLY | 58 | #ifndef O_RDONLY |
| 61 | #define O_RDONLY 0 | 59 | #define O_RDONLY 0 |
| 62 | #endif | 60 | #endif |