fix wide printf forms ignoring width for %lc format specifier
[musl] / src / complex / cpowl.c
index c1a80a7..be36f04 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include "complex_impl.h"
 
 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
 long double complex cpowl(long double complex z, long double complex c)