* jcf-parse.c: Include <locale.h>.
* jv-scan.c: Include <locale.h>.
From-SVN: r36388
+2000-09-13 Tom Tromey <tromey@cygnus.com>
+
+ * jcf-parse.c: Include <locale.h>.
+ * jv-scan.c: Include <locale.h>.
+
2000-09-12 Tom Tromey <tromey@cygnus.com>
* expr.c (pop_type_0): Return `Object' if trying to merge two
#include "toplev.h"
#include "parse.h"
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
+
#ifdef HAVE_NL_LANGINFO
#include <langinfo.h>
#endif
#include "version.h"
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
+
#ifdef HAVE_NL_LANGINFO
#include <langinfo.h>
#endif