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/creal.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libm/creal.c') diff --git a/lib/libm/creal.c b/lib/libm/creal.c index 03ec4c28..109a40bb 100644 --- a/lib/libm/creal.c +++ b/lib/libm/creal.c @@ -1,4 +1,6 @@ -#include "__complex.h" +#include "__complex.h" // for REAL_PART, double_complex + +#include // for creal, complex double creal(double complex z) { -- cgit v1.2.3