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