]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-top-half/musl/src/complex/cexp.c
Update to musl 1.1.23.
[wasi-libc.git] / libc-top-half / musl / src / complex / cexp.c
index 5118e00ea5b74d37b0721d5a3c35169c8e39cc07..7fb489bb930c4b3ae6095534052cc17927ad2aa5 100644 (file)
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#include "libm.h"
+#include "complex_impl.h"
 
 static const uint32_t
 exp_ovfl  = 0x40862e42,  /* high bits of MAX_EXP * ln2 ~= 710 */