changeset 14950:f5abde0d2904

Include locale.h.
author Richard M. Stallman <rms@gnu.org>
date Fri, 05 Apr 1996 21:08:19 +0000
parents e827a568785f
children 15ab8e95a50a
files src/lread.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lread.c	Fri Apr 05 20:08:52 1996 +0000
+++ b/src/lread.c	Fri Apr 05 21:08:19 1996 +0000
@@ -56,6 +56,10 @@
 #include <math.h>
 #endif /* LISP_FLOAT_TYPE */
 
+#ifdef HAVE_SETLOCALE
+#include <locale.h>
+#endif /* HAVE_SETLOCALE */
+
 #ifndef O_RDONLY
 #define O_RDONLY 0
 #endif