complex math: libc/tinymath/complex_impl.h: Fix import path of libm.h

This commit is contained in:
Steve Phillips 2022-04-27 16:42:03 -07:00
parent b816f26500
commit 4030cae7e3
No known key found for this signature in database
GPG key ID: 7295C51C3F8AA1E2

View file

@ -29,7 +29,7 @@
#define _COMPLEX_IMPL_H #define _COMPLEX_IMPL_H
#include <libc/tinymath/complex.h> #include <libc/tinymath/complex.h>
#include "libm.h" #include <libc/tinymath/libm.h>
#undef __CMPLX #undef __CMPLX
#undef CMPLX #undef CMPLX