Kaydet (Commit) 796798b2 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix compilation on non-Windows platforms

üst 9ac49271
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
#include <signal.h> #include <signal.h>
#endif #endif
#ifdef MS_WINDOWS
#include "malloc.h" /* for alloca */ #include "malloc.h" /* for alloca */
#endif
#ifdef HAVE_LANGINFO_H #ifdef HAVE_LANGINFO_H
#include <locale.h> #include <locale.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment