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