mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
py: Add win32-specific header for alloca().
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#ifdef __MINGW32__
|
||||
// For alloca()
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#include "nlr.h"
|
||||
#include "misc.h"
|
||||
|
||||
Reference in New Issue
Block a user