Commit 80a50acb authored by Benjamin Peterson's avatar Benjamin Peterson

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
........
parent 5c88d817
...@@ -23,7 +23,9 @@ ...@@ -23,7 +23,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