mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Include Python.h first. Fixes #530159.
This commit is contained in:
parent
4c8349592d
commit
d4233b2b8c
1 changed files with 1 additions and 1 deletions
|
@ -45,8 +45,8 @@ restrictions:
|
|||
|
||||
|
||||
#define FOR_PYTHON
|
||||
#include "pcre-int.h"
|
||||
#include "Python.h"
|
||||
#include "pcre-int.h"
|
||||
#include <ctype.h>
|
||||
#include "graminit.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue