From: Martin v. Löwis Date: Wed, 19 Sep 2001 10:37:50 +0000 (+0000) Subject: Include ctype.h after Python.h. X-Git-Tag: v2.2.1c1~1735 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7090ed16d7c849480bb8bca0b442eff1cd2c562a;p=thirdparty%2FPython%2Fcpython.git Include ctype.h after Python.h. --- diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 30c420d97940..93107baba1ba 100644 --- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c @@ -1,6 +1,6 @@ +#include "Python.h" #include -#include "Python.h" #include "compile.h" #include "frameobject.h" #ifdef HAVE_EXPAT_H