fix debugger tracking of shared libraries on mips with PIE main program
[musl] / src / complex / __cexp.c
index 05ac28c..003d20a 100644 (file)
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#include "libm.h"
+#include "complex_impl.h"
 
 static const uint32_t k = 1799; /* constant for reduction */
 static const double kln2 = 1246.97177782734161156; /* k * ln2 */