fix loads of missing const in new libm, and some global vars (?!) in powl
[oweals/musl.git] / src / math / llrintl.c
index 6b0838d487e1070ce85d0e0f4685e23bb94b23ae..ec2cf86b5251969a7fcaeb0c896f521f2fe24735 100644 (file)
@@ -1,4 +1,6 @@
-#include "libm.h"
+#include <math.h>
+#include <float.h>
+
 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
 long long llrintl(long double x)
 {