summaryrefslogtreecommitdiffstats
path: root/Modules/pyexpat.c
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-09-19 10:37:50 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-09-19 10:37:50 (GMT)
commit7090ed16d7c849480bb8bca0b442eff1cd2c562a (patch)
treeb48b2efdcc92d6881ba38627adad31b36251cbc7 /Modules/pyexpat.c
parentc57428d3a0e4d4dfd4d945c75c940c0fc0c47ee3 (diff)
downloadcpython-7090ed16d7c849480bb8bca0b442eff1cd2c562a.zip
cpython-7090ed16d7c849480bb8bca0b442eff1cd2c562a.tar.gz
cpython-7090ed16d7c849480bb8bca0b442eff1cd2c562a.tar.bz2
Include ctype.h after Python.h.
Diffstat (limited to 'Modules/pyexpat.c')
-rw-r--r--Modules/pyexpat.c2
1 files changed, 1 insertions, 1 deletions
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 <ctype.h>
-#include "Python.h"
#include "compile.h"
#include "frameobject.h"
#ifdef HAVE_EXPAT_H