Include ctype.h after Python.h.

This commit is contained in:
Martin v. Löwis 2001-09-19 10:37:50 +00:00
parent c57428d3a0
commit 7090ed16d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "Python.h"
#include <ctype.h>
#include "Python.h"
#include "compile.h"
#include "frameobject.h"
#ifdef HAVE_EXPAT_H