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/csin.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libm/csin.c') diff --git a/lib/libm/csin.c b/lib/libm/csin.c index 1299f10a..7c9b3b46 100644 --- a/lib/libm/csin.c +++ b/lib/libm/csin.c @@ -1,4 +1,7 @@ -#include "__complex.h" +#include "__complex.h" // for cchsh + +#include // for creal, complex, cimag, csin, I +#include // for cos, sin double complex csin(double complex z) { -- cgit v1.2.3