From 4030cae7e328b2d1fb2ab8774d3d3089433d07df Mon Sep 17 00:00:00 2001 From: Steve Phillips Date: Wed, 27 Apr 2022 16:42:03 -0700 Subject: [PATCH] complex math: libc/tinymath/complex_impl.h: Fix import path of libm.h --- libc/tinymath/complex_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/tinymath/complex_impl.h b/libc/tinymath/complex_impl.h index c30ad9fd0..b3a9d3f3b 100644 --- a/libc/tinymath/complex_impl.h +++ b/libc/tinymath/complex_impl.h @@ -29,7 +29,7 @@ #define _COMPLEX_IMPL_H #include -#include "libm.h" +#include #undef __CMPLX #undef CMPLX