Include Python.h first. Fixes #530159.

This commit is contained in:
Martin v. Löwis 2002-03-15 09:16:40 +00:00
parent 4c8349592d
commit d4233b2b8c
1 changed files with 1 additions and 1 deletions

View File

@ -45,8 +45,8 @@ computer system, and to redistribute it freely, subject to the following
#define FOR_PYTHON
#include "pcre-int.h"
#include "Python.h"
#include "pcre-int.h"
#include <ctype.h>
#include "graminit.h"