Need config.h (for Win etc.)
diff --git a/Modules/regexpr.c b/Modules/regexpr.c
index 6d6bb0f..84f0b94 100644
--- a/Modules/regexpr.c
+++ b/Modules/regexpr.c
@@ -24,6 +24,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h" /* For Win* specific redefinition of printf c.s. */
+#endif
+
 #include "myproto.h" /* For PROTO macro --Guido */
 
 #include <stdio.h>