protect stack canary from leak via read-as-string by zeroing second byte
[musl] / src / complex / cpow.c
index f863588..1137d39 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include "complex_impl.h"
 
 /* pow(z, c) = exp(c log(z)), See C99 G.6.4.1 */