summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/pythonrun.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index a3cce33..c5f7e23 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -23,7 +23,9 @@
#include <signal.h>
#endif
+#ifdef MS_WINDOWS
#include "malloc.h" /* for alloca */
+#endif
#ifdef HAVE_LANGINFO_H
#include <locale.h>