aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-05 21:08:19 +0000
committerRichard M. Stallman1996-04-05 21:08:19 +0000
commitc011e9a593077486dd75cbce238d30ff2c158190 (patch)
treee865d2870faf0d18cc734cb5742a01189dabe5ad /src
parent565b8b0d63f3ab3d989b8093dfe327b5aa4709b2 (diff)
downloademacs-c011e9a593077486dd75cbce238d30ff2c158190.tar.gz
emacs-c011e9a593077486dd75cbce238d30ff2c158190.zip
Include locale.h.
Diffstat (limited to 'src')
-rw-r--r--src/lread.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c
index 4f0b5f62548..11fc04a4f6e 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -56,6 +56,10 @@ Boston, MA 02111-1307, USA. */
56#include <math.h> 56#include <math.h>
57#endif /* LISP_FLOAT_TYPE */ 57#endif /* LISP_FLOAT_TYPE */
58 58
59#ifdef HAVE_SETLOCALE
60#include <locale.h>
61#endif /* HAVE_SETLOCALE */
62
59#ifndef O_RDONLY 63#ifndef O_RDONLY
60#define O_RDONLY 0 64#define O_RDONLY 0
61#endif 65#endif