about summary refs log tree commit diff
path: root/src/complex/cexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/cexp.c')
-rw-r--r--src/complex/cexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/cexp.c b/src/complex/cexp.c
index 5118e00e..7fb489bb 100644
--- a/src/complex/cexp.c
+++ b/src/complex/cexp.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#include "libm.h"
+#include "complex_impl.h"
 
 static const uint32_t
 exp_ovfl  = 0x40862e42,  /* high bits of MAX_EXP * ln2 ~= 710 */