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: [PATCH] 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 c6a14ec5281..e0aa8d074d8 100644 --- a/Modules/pypcre.c +++ b/Modules/pypcre.c @@ -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 #include "graminit.h"