mirror of https://github.com/python/cpython.git
Include Python.h first. Fixes #530159.
This commit is contained in:
parent
4c8349592d
commit
d4233b2b8c
|
@ -45,8 +45,8 @@ computer system, and to redistribute it freely, subject to the following
|
|||
|
||||
|
||||
#define FOR_PYTHON
|
||||
#include "pcre-int.h"
|
||||
#include "Python.h"
|
||||
#include "pcre-int.h"
|
||||
#include <ctype.h>
|
||||
#include "graminit.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue