summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/pythonrun.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index 2648d1c..998772d 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -94,6 +94,7 @@ DL_IMPORT(void) init_exceptions Py_PROTO((void));
/* Various internal finalizers */
DL_IMPORT(void) fini_exceptions Py_PROTO((void));
+DL_IMPORT(void) _PyImport_Fini Py_PROTO((void));
DL_IMPORT(void) PyMethod_Fini Py_PROTO((void));
DL_IMPORT(void) PyFrame_Fini Py_PROTO((void));
DL_IMPORT(void) PyCFunction_Fini Py_PROTO((void));