diff options
Diffstat (limited to 'math/w_log2.c')
-rw-r--r-- | math/w_log2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_log2.c b/math/w_log2.c index d56a6ee663..90d2dff5d6 100644 --- a/math/w_log2.c +++ b/math/w_log2.c @@ -3,7 +3,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> double __log2 (double x) /* wrapper log2 */ |