From 7090ed16d7c849480bb8bca0b442eff1cd2c562a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 19 Sep 2001 10:37:50 +0000 Subject: Include ctype.h after Python.h. --- Modules/pyexpat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 30c420d..93107ba 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 -- cgit v0.12