fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets
[musl] / src / complex / catanl.c
index 5ace770..a9fc02d 100644 (file)
@@ -59,7 +59,7 @@
 
 #include <complex.h>
 #include <float.h>
-#include "libm.h"
+#include "complex_impl.h"
 
 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
 long double complex catanl(long double complex z)