summaryrefslogtreecommitdiff
path: root/src/math/lrintl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/lrintl.c')
-rw-r--r--src/math/lrintl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/math/lrintl.c b/src/math/lrintl.c
index 7c09653e..c076326f 100644
--- a/src/math/lrintl.c
+++ b/src/math/lrintl.c
@@ -1,4 +1,6 @@
-#include "libm.h"
+#include <math.h>
+#include <float.h>
+
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
long lrintl(long double x)
{