diff options
Diffstat (limited to 'math/e_jnl.c')
-rw-r--r-- | math/e_jnl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_jnl.c b/math/e_jnl.c index 1bfc0695a5..a04c9fe51e 100644 --- a/math/e_jnl.c +++ b/math/e_jnl.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_jnl (int n, long double x) |