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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7090ed16d7c849480bb8bca0b442eff1cd2c562a;p=python Include ctype.h after Python.h. --- diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 30c420d979..93107baba1 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