summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_weakref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_weakref.c b/Modules/_weakref.c
index 3c03c3c..dcbcb6b 100644
--- a/Modules/_weakref.c
+++ b/Modules/_weakref.c
@@ -728,7 +728,7 @@ weakref_functions[] = {
};
-void
+DL_EXPORT(void)
init_weakref(void)
{
PyObject *m;