summaryrefslogtreecommitdiff
path: root/lib/libm/lroundl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/lroundl.c')
-rw-r--r--lib/libm/lroundl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/lroundl.c b/lib/libm/lroundl.c
index 094fdf64..45d74c64 100644
--- a/lib/libm/lroundl.c
+++ b/lib/libm/lroundl.c
@@ -1,4 +1,4 @@
-#include <math.h>
+#include <math.h> // for lroundl, roundl
long lroundl(long double x)
{