diff options
Diffstat (limited to 'math/w_exp10.c')
-rw-r--r-- | math/w_exp10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_exp10.c b/math/w_exp10.c index 9447d8fa2a..1512cc0a34 100644 --- a/math/w_exp10.c +++ b/math/w_exp10.c @@ -18,7 +18,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __exp10(double x) /* wrapper exp10 */ |