diff options
Diffstat (limited to 'math/e_j1l.c')
-rw-r--r-- | math/e_j1l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_j1l.c b/math/e_j1l.c index 656abeba57..625e886851 100644 --- a/math/e_j1l.c +++ b/math/e_j1l.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_j1l (long double x) |