diff options
Diffstat (limited to 'math/w_exp10l.c')
-rw-r--r-- | math/w_exp10l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_exp10l.c b/math/w_exp10l.c index 368ed77304..80e720a205 100644 --- a/math/w_exp10l.c +++ b/math/w_exp10l.c @@ -19,7 +19,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __exp10l(long double x) /* wrapper exp10 */ |