diff options
Diffstat (limited to 'math/w_log2f.c')
-rw-r--r-- | math/w_log2f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_log2f.c b/math/w_log2f.c index ec8d297161..10d73ffd1b 100644 --- a/math/w_log2f.c +++ b/math/w_log2f.c @@ -3,7 +3,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> float __log2f (float x) /* wrapper log2f */ |