From: Nick Porter Date: Tue, 17 Sep 2024 18:04:05 +0000 (+0100) Subject: Include prototype X-Git-Tag: release_3_2_7~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd5885c6237ec34aab0430f372a6428656cc39db;p=thirdparty%2Ffreeradius-server.git Include prototype --- diff --git a/src/modules/rlm_python3/rlm_python3.c b/src/modules/rlm_python3/rlm_python3.c index 49226f63cd0..5b2b03ee210 100644 --- a/src/modules/rlm_python3/rlm_python3.c +++ b/src/modules/rlm_python3/rlm_python3.c @@ -1037,6 +1037,7 @@ static void *dlopen_libpython(int flags) * creates a module "radiusd" */ #if PY_MINOR_VERSION > 9 +PyMODINIT_FUNC PyInit_radiusd(void); PyMODINIT_FUNC PyInit_radiusd(void) #else static PyMODINIT_FUNC PyInit_radiusd(void)