mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 10:20:29 +00:00
complex math: libc/tinymath/complex_impl.h: Fix import path of libm.h
This commit is contained in:
parent
b816f26500
commit
4030cae7e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue