Need config.h (for Win etc.)

This commit is contained in:
Guido van Rossum 1996-08-08 19:12:37 +00:00
parent ec185bde77
commit 339cfa39d8
1 changed files with 4 additions and 0 deletions

View 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>