diff options
Diffstat (limited to 'src/complex/conjl.c')
-rw-r--r-- | src/complex/conjl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/conjl.c b/src/complex/conjl.c index 67f11b9d..87a4ebec 100644 --- a/src/complex/conjl.c +++ b/src/complex/conjl.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include "complex_impl.h" long double complex conjl(long double complex z) { |