mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Need config.h (for Win etc.)
This commit is contained in:
parent
ec185bde77
commit
339cfa39d8
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue