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