in math.h make lgamma_r and non-double bessel _GNU_SOURCE only
[musl] / src / math / llrintl.c
index 6b0838d..ec2cf86 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)
 {