Skip to content

Commit 52f0dc7

Browse files
author
benjamin.peterson
committed
fix compilation on non-Windows platforms
git-svn-id: http://svn.python.org/projects/python/trunk@68174 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 1f52360 commit 52f0dc7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Python/pythonrun.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
#include <signal.h>
2323
#endif
2424

25+
#ifdef MS_WINDOWS
2526
#include "malloc.h" /* for alloca */
27+
#endif
2628

2729
#ifdef HAVE_LANGINFO_H
2830
#include <locale.h>

0 commit comments

Comments
 (0)