fix loads of missing const in new libm, and some global vars (?!) in powl
[oweals/musl.git] / src / math / lroundl.c
index 1469127b9064c2432a177783c6ef4112b06eb018..7b593f773a3742c73e57125c2916e47960eae690 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 lroundl(long double x)
 {