about summary refs log tree commit diff
path: root/src/complex/csqrtf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/csqrtf.c')
-rw-r--r--src/complex/csqrtf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/csqrtf.c b/src/complex/csqrtf.c
index ab5102f0..a6163974 100644
--- a/src/complex/csqrtf.c
+++ b/src/complex/csqrtf.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#include "libm.h"
+#include "complex_impl.h"
 
 /*
  * gcc doesn't implement complex multiplication or division correctly,