From: Richard M. Stallman Date: Fri, 5 Apr 1996 21:08:19 +0000 (+0000) Subject: Include locale.h. X-Git-Tag: emacs-19.34~910 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c011e9a593077486dd75cbce238d30ff2c158190;p=emacs.git Include locale.h. --- 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