summaryrefslogtreecommitdiffstats
path: root/Python/dynload_dl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/dynload_dl.c')
-rw-r--r--Python/dynload_dl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_dl.c b/Python/dynload_dl.c
index af95254..84fc9c4 100644
--- a/Python/dynload_dl.c
+++ b/Python/dynload_dl.c
@@ -16,7 +16,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "importdl.h"
-extern char *Py_GetProgramName();
+extern char *Py_GetProgramName(void);
const struct filedescr _PyImport_DynLoadFiletab[] = {
{".o", "rb", C_EXTENSION},