From: Michael W. Hudson Date: Sat, 16 Mar 2002 17:58:21 +0000 (+0000) Subject: backport loewis' checkin of X-Git-Tag: v2.2.1c1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=023db775f7efc5598a823fc43dc2cc3e401bcda1;p=thirdparty%2FPython%2Fcpython.git backport loewis' checkin of revision 2.23 of pypcre.c Include Python.h first. Fixes #530159. --- diff --git a/Modules/pypcre.c b/Modules/pypcre.c index c6a14ec52813..e0aa8d074d85 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"