about summary refs log tree commit diff
path: root/src/complex/__cexpf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/__cexpf.c')
-rw-r--r--src/complex/__cexpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/__cexpf.c b/src/complex/__cexpf.c
index 69b54045..ee5ff2bc 100644
--- a/src/complex/__cexpf.c
+++ b/src/complex/__cexpf.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#include "libm.h"
+#include "complex_impl.h"
 
 static const uint32_t k = 235; /* constant for reduction */
 static const float kln2 = 162.88958740F; /* k * ln2 */