protect stack canary from leak via read-as-string by zeroing second byte
[musl] / src / complex / cexpf.c
index 1a09964..00d258f 100644 (file)
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#include "libm.h"
+#include "complex_impl.h"
 
 static const uint32_t
 exp_ovfl  = 0x42b17218,  /* MAX_EXP * ln2 ~= 88.722839355 */