diff options
Diffstat (limited to 'src/math/nearbyintf.c')
-rw-r--r-- | src/math/nearbyintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/nearbyintf.c b/src/math/nearbyintf.c index e4bdb26c..07df8f54 100644 --- a/src/math/nearbyintf.c +++ b/src/math/nearbyintf.c @@ -1,5 +1,5 @@ #include <fenv.h> -#include "libm.h" +#include <math.h> float nearbyintf(float x) { fenv_t e; |