to get LC_CTYPE constant on Windows.
This commit is contained in:
parent
07beb375b7
commit
518e610977
|
@ -15,6 +15,7 @@
|
||||||
#include "ast.h"
|
#include "ast.h"
|
||||||
#include "marshal.h"
|
#include "marshal.h"
|
||||||
#include "osdefs.h"
|
#include "osdefs.h"
|
||||||
|
#include <locale.h>
|
||||||
|
|
||||||
#ifdef HAVE_SIGNAL_H
|
#ifdef HAVE_SIGNAL_H
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
@ -25,7 +26,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LANGINFO_H
|
#ifdef HAVE_LANGINFO_H
|
||||||
#include <locale.h>
|
|
||||||
#include <langinfo.h>
|
#include <langinfo.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue