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"