py: Include mpconfig.h before all other includes.

It defines types used by all other headers.

Fixes #691.
This commit is contained in:
Paul Sokolovsky
2014-06-21 22:43:22 +03:00
parent 4c4b9d15ab
commit 59c675a64c
40 changed files with 39 additions and 40 deletions

View File

@@ -26,8 +26,8 @@
#include <stdint.h>
#include "misc.h"
#include "mpconfig.h"
#include "misc.h"
// attribute flags
#define FL_PRINT (0x01)