Merged revisions 68174 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68174 | benjamin.peterson | 2009-01-02 14:47:27 -0600 (Fri, 02 Jan 2009) | 1 line

  fix compilation on non-Windows platforms
........
This commit is contained in:
Benjamin Peterson 2009-01-02 21:24:04 +00:00
parent 5c88d81784
commit 80a50acbe9
1 changed files with 2 additions and 0 deletions

View File

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