From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libm/crealf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libm/crealf.c') diff --git a/lib/libm/crealf.c b/lib/libm/crealf.c index e9b07f57..c1c1a6a1 100644 --- a/lib/libm/crealf.c +++ b/lib/libm/crealf.c @@ -1,4 +1,6 @@ -#include "__complex.h" +#include "__complex.h" // for REAL_PART, float_complex + +#include // for crealf, complex float crealf(float complex z) { -- cgit v1.2.3