math: fix exception behaviour of expm1l.c on inf and nan
[musl] / src / math / ldexp.c
index 36835db..f4d1cd6 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 double ldexp(double x, int n)
 {