diff options
Diffstat (limited to 'math/w_log2l.c')
-rw-r--r-- | math/w_log2l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_log2l.c b/math/w_log2l.c index b1d8706..ff7ba26 100644 --- a/math/w_log2l.c +++ b/math/w_log2l.c @@ -3,7 +3,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> long double __log2l (long double x) /* wrapper log2l */ |