diff options
Diffstat (limited to 'lib/libm/lroundf.c')
| -rw-r--r-- | lib/libm/lroundf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/lroundf.c b/lib/libm/lroundf.c index c4707e7d..76a063be 100644 --- a/lib/libm/lroundf.c +++ b/lib/libm/lroundf.c @@ -1,4 +1,4 @@ -#include <math.h> +#include <math.h> // for lroundf, roundf long lroundf(float x) { |
