summaryrefslogtreecommitdiff
path: root/Modules/gdbmmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/gdbmmodule.c')
-rw-r--r--Modules/gdbmmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/gdbmmodule.c b/Modules/gdbmmodule.c
index ae716ac494..0df7df24cf 100644
--- a/Modules/gdbmmodule.c
+++ b/Modules/gdbmmodule.c
@@ -514,7 +514,7 @@ static PyMethodDef dbmmodule_methods[] = {
{ 0, 0 },
};
-void
+DL_EXPORT(void)
initgdbm() {
PyObject *m, *d;