From d4233b2b8c985395ccc92482deeb96b92391ff4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 15 Mar 2002 09:16:40 +0000 Subject: 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