diff options
Diffstat (limited to 'src/math/nearbyint.c')
-rw-r--r-- | src/math/nearbyint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/nearbyint.c b/src/math/nearbyint.c index 781769fb..714c55ca 100644 --- a/src/math/nearbyint.c +++ b/src/math/nearbyint.c @@ -1,5 +1,5 @@ #include <fenv.h> -#include "libm.h" +#include <math.h> /* rint may raise inexact (and it should not alter the fenv otherwise) |