summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
Diffstat (limited to 'PC')
-rw-r--r--PC/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/config.c b/PC/config.c
index 8ca8cef..68fa84f 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -59,6 +59,7 @@ extern void init_subprocess(void);
extern void init_lsprof(void);
extern void init_ast(void);
extern void init_types(void);
+extern void init_fileio(void);
/* tools/freeze/makeconfig.py marker for additional "extern" */
/* -- ADDMODULE MARKER 1 -- */
@@ -145,6 +146,7 @@ struct _inittab _PyImport_Inittab[] = {
{"sys", NULL},
{"_types", init_types},
+ {"_fileio", init_fileio},
/* Sentinel */
{0, 0}