fix compilation on non-Windows platforms

This commit is contained in:
Benjamin Peterson 2009-01-02 20:47:27 +00:00
parent 9ac4927125
commit 796798b29c
1 changed files with 2 additions and 0 deletions

View File

@ -22,7 +22,9 @@
#include <signal.h>
#endif
#ifdef MS_WINDOWS
#include "malloc.h" /* for alloca */
#endif
#ifdef HAVE_LANGINFO_H
#include <locale.h>