diff -r bbe2925eb590 -r 83fdf679df99 ucx/szmul.c --- a/ucx/szmul.c Thu Nov 28 17:53:13 2024 +0100 +++ b/ucx/szmul.c Mon Jan 06 21:18:36 2025 +0100 @@ -26,6 +26,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include "cx/common.h" + +#ifndef CX_SZMUL_BUILTIN int cx_szmul_impl( size_t a, size_t b, @@ -44,3 +47,4 @@ return 1; } } +#endif // CX_SZMUL_BUILTIN