summaryrefslogtreecommitdiff
path: root/Modules/mathmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/mathmodule.c')
-rw-r--r--Modules/mathmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c
index 174a231b8e..7c11e6feb6 100644
--- a/Modules/mathmodule.c
+++ b/Modules/mathmodule.c
@@ -233,7 +233,7 @@ static PyMethodDef math_methods[] = {
{NULL, NULL} /* sentinel */
};
-void
+DL_EXPORT(void)
initmath()
{
PyObject *m, *d, *v;