Commit 339cfa39 authored by Guido van Rossum's avatar Guido van Rossum

Need config.h (for Win etc.)

parent ec185bde
...@@ -24,6 +24,10 @@ from GNU regexp. ...@@ -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 "myproto.h" /* For PROTO macro --Guido */
#include <stdio.h> #include <stdio.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment