diff options
Diffstat (limited to 'lib/libm/llround.c')
| -rw-r--r-- | lib/libm/llround.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/llround.c b/lib/libm/llround.c index 4d94787d..73958710 100644 --- a/lib/libm/llround.c +++ b/lib/libm/llround.c @@ -1,4 +1,4 @@ -#include <math.h> +#include <math.h> // for llround, round long long llround(double x) { |
