Merge branch 'master' of github.com:micropython/micropython

This commit is contained in:
Damien George 2014-05-03 12:45:01 +01:00
commit 3119b600d8
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
#include <malloc.h>
// Compatibility header to workaround lack of native alloca.h in some
// Windows toolchains.
#include <malloc.h>