fix loads of missing const in new libm, and some global vars (?!) in powl
[musl] / src / math / llroundl.c
index 9e2cfdc..107744a 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 llroundl(long double x)
 {