mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Include Python.h first.
This commit is contained in:
parent
39f59b089d
commit
e17af7b3db
1 changed files with 1 additions and 1 deletions
|
@ -7,9 +7,9 @@ Copyright (c) 2002 Python Software Foundation; All Rights Reserved
|
|||
|
||||
*/
|
||||
|
||||
#include "Python.h"
|
||||
#include <stdio.h>
|
||||
#include <bzlib.h>
|
||||
#include "Python.h"
|
||||
#include "structmember.h"
|
||||
|
||||
#ifdef WITH_THREAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue