diff options
Diffstat (limited to 'math/w_pow.c')
-rw-r--r-- | math/w_pow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_pow.c b/math/w_pow.c index 707cffc..e0d2a92 100644 --- a/math/w_pow.c +++ b/math/w_pow.c @@ -17,7 +17,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ |