summaryrefslogtreecommitdiff
path: root/src/complex/cpow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/cpow.c')
-rw-r--r--src/complex/cpow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/cpow.c b/src/complex/cpow.c
index f863588f..1137d391 100644
--- a/src/complex/cpow.c
+++ b/src/complex/cpow.c
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include "complex_impl.h"
/* pow(z, c) = exp(c log(z)), See C99 G.6.4.1 */