py: Include mpconfig.h before all other includes.
It defines types used by all other headers. Fixes #691.
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "mpconfig.h"
|
||||
#include "misc.h"
|
||||
#include "qstr.h"
|
||||
#include "nlr.h"
|
||||
#include "obj.h"
|
||||
|
||||
Reference in New Issue
Block a user