Include ctype.h after Python.h.
This commit is contained in:
parent
c57428d3a0
commit
7090ed16d7
|
@ -1,6 +1,6 @@
|
|||
#include "Python.h"
|
||||
#include <ctype.h>
|
||||
|
||||
#include "Python.h"
|
||||
#include "compile.h"
|
||||
#include "frameobject.h"
|
||||
#ifdef HAVE_EXPAT_H
|
||||
|
|
Loading…
Reference in New Issue