summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-06-08 13:18:14 +0100
committerDamien George <damien.p.george@gmail.com>2014-06-08 13:18:14 +0100
commitdf896eceef27bc9a159bd62cdd78c66a56462544 (patch)
treeb3dce6a1d4cdb931e784c380ab813012a35ddaba /windows
parent9e951498b28706bac7347d3c599977c13d9515c4 (diff)
parent0c90eb16586d6c15d619666687449b3351e536fc (diff)
Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-alloca
Diffstat (limited to 'windows')
-rw-r--r--windows/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h
index 94304e20d..831a218fb 100644
--- a/windows/mpconfigport.h
+++ b/windows/mpconfigport.h
@@ -114,7 +114,7 @@ void msec_sleep(double msec);
#include <stddef.h> //for NULL
#include <assert.h> //for assert
-
+#include <alloca.h> //for alloca()
// Functions implemented in platform code