From c011e9a593077486dd75cbce238d30ff2c158190 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 5 Apr 1996 21:08:19 +0000 Subject: [PATCH] Include locale.h. --- src/lread.c | 4 ++++ 1 file changed, 4 insertions(+) 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. */ #include #endif /* LISP_FLOAT_TYPE */ +#ifdef HAVE_SETLOCALE +#include +#endif /* HAVE_SETLOCALE */ + #ifndef O_RDONLY #define O_RDONLY 0 #endif -- 2.39.2