diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 4 |
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 |