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