comparison src/lread.c @ 14950:f5abde0d2904

Include locale.h.
author Richard M. Stallman <rms@gnu.org>
date Fri, 05 Apr 1996 21:08:19 +0000
parents 4cd74c2aca79
children a6889b33d21c
comparison
equal deleted inserted replaced
14949:e827a568785f 14950:f5abde0d2904
53 #include "msdos.h" 53 #include "msdos.h"
54 #endif 54 #endif
55 55
56 #include <math.h> 56 #include <math.h>
57 #endif /* LISP_FLOAT_TYPE */ 57 #endif /* LISP_FLOAT_TYPE */
58
59 #ifdef HAVE_SETLOCALE
60 #include <locale.h>
61 #endif /* HAVE_SETLOCALE */
58 62
59 #ifndef O_RDONLY 63 #ifndef O_RDONLY
60 #define O_RDONLY 0 64 #define O_RDONLY 0
61 #endif 65 #endif
62 66