mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Include ctype.h after Python.h.
This commit is contained in:
parent
c57428d3a0
commit
7090ed16d7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "Python.h"
|
||||
#include <ctype.h>
|
||||
|
||||
#include "Python.h"
|
||||
#include "compile.h"
|
||||
#include "frameobject.h"
|
||||
#ifdef HAVE_EXPAT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue