diff options
Diffstat (limited to 'src/complex/cexpf.c')
-rw-r--r-- | src/complex/cexpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/cexpf.c b/src/complex/cexpf.c index 1a09964c..00d258f3 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 exp_ovfl = 0x42b17218, /* MAX_EXP * ln2 ~= 88.722839355 */ |