From 023db775f7efc5598a823fc43dc2cc3e401bcda1 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Sat, 16 Mar 2002 17:58:21 +0000 Subject: backport loewis' checkin of revision 2.23 of pypcre.c Include Python.h first. Fixes #530159. --- Modules/pypcre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/pypcre.c b/Modules/pypcre.c index c6a14ec..e0aa8d0 100644 --- a/Modules/pypcre.c +++ b/Modules/pypcre.c @@ -45,8 +45,8 @@ restrictions: #define FOR_PYTHON -#include "pcre-int.h" #include "Python.h" +#include "pcre-int.h" #include #include "graminit.h" -- cgit v0.12