diff options
Diffstat (limited to 'math/w_llogb_template.c')
-rw-r--r-- | math/w_llogb_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_llogb_template.c b/math/w_llogb_template.c index 76f2557677..562d97be6d 100644 --- a/math/w_llogb_template.c +++ b/math/w_llogb_template.c @@ -20,7 +20,7 @@ #include <errno.h> #include <limits.h> #include <math_private.h> -#include <fenv_private.h> +#include <fenv.h> long int M_DECL_FUNC (__llogb) (FLOAT x) |