diff options
Diffstat (limited to 'math/w_ilogb_template.c')
-rw-r--r-- | math/w_ilogb_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_ilogb_template.c b/math/w_ilogb_template.c index fd41dc2627..ac80d7f41f 100644 --- a/math/w_ilogb_template.c +++ b/math/w_ilogb_template.c @@ -20,7 +20,7 @@ #include <errno.h> #include <limits.h> #include <math_private.h> -#include <fenv_private.h> +#include <fenv.h> /* wrapper ilogb */ int |