From 701ca930e5894e280d9e4a2e542e36c35e6f4a13 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 27 Sep 2025 10:37:22 +0000 Subject: [PATCH] _collecty: Fix compiling the module with the new flags Signed-off-by: Michael Tremer --- src/_collecty/_collectymodule.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_collecty/_collectymodule.h b/src/_collecty/_collectymodule.h index fbcaf51..01c9ea6 100644 --- a/src/_collecty/_collectymodule.h +++ b/src/_collecty/_collectymodule.h @@ -25,6 +25,8 @@ #include #include +PyMODINIT_FUNC PyInit__collecty(void); + #define MODEL_SIZE 40 #define SERIAL_SIZE 20 -- 2.47.3