py: Include mpconfig.h before all other includes.
It defines types used by all other headers. Fixes #691.
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "mpconfig.h"
|
||||
#include "misc.h"
|
||||
|
||||
// wrapper around everything in this file
|
||||
#if MICROPY_EMIT_X64
|
||||
|
||||
Reference in New Issue
Block a user