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

fix compilation on non-Windows platforms

üst 9ac49271
......@@ -22,7 +22,9 @@
#include <signal.h>
#endif
#ifdef MS_WINDOWS
#include "malloc.h" /* for alloca */
#endif
#ifdef HAVE_LANGINFO_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