summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/regexpr.c4
1 files changed, 4 insertions, 0 deletions
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 @@ from GNU regexp.
*/
+#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>