diff options
Diffstat (limited to 'math/e_exp2l.c')
-rw-r--r-- | math/e_exp2l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_exp2l.c b/math/e_exp2l.c index 7e598d8d2d..d6d01550e2 100644 --- a/math/e_exp2l.c +++ b/math/e_exp2l.c @@ -1,5 +1,5 @@ #include <math.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_exp2l (long double x) |