]> granicus.if.org Git - python/commitdiff
Need config.h (for Win etc.)
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 19:12:37 +0000 (19:12 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 19:12:37 +0000 (19:12 +0000)
Modules/regexpr.c

index 6d6bb0f3befb94f17007174a5424335fc48aeb1d..84f0b9489e160fe04f8a291be208e6035587411d 100644 (file)
@@ -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>