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