diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 0497ae6b0f1..f2cd819b1c4 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -22,7 +22,9 @@ #include #endif +#ifdef MS_WINDOWS #include "malloc.h" /* for alloca */ +#endif #ifdef HAVE_LANGINFO_H #include