fix compilation on non-Windows platforms
This commit is contained in:
parent
9ac4927125
commit
796798b29c
|
@ -22,7 +22,9 @@
|
|||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
#include "malloc.h" /* for alloca */
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LANGINFO_H
|
||||
#include <locale.h>
|
||||
|
|
Loading…
Reference in New Issue