assembly optimizations for fmod/remainder functions
[musl] / src / math / ldexpl.c
index 885ff6e..fd145cc 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 long double ldexpl(long double x, int n)
 {