From 339cfa39d806f212e6913ec08403423acdcf785e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 8 Aug 1996 19:12:37 +0000 Subject: Need config.h (for Win etc.) --- Modules/regexpr.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v0.12