math: tgammal.c fixes
[oweals/musl.git] / src / math / ldexpl.c
index 885ff6e91c7020ad5ce91e7c7be19e1fb062784b..fd145ccc5658930ecdb6bf7da9d6ed02929d1865 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 long double ldexpl(long double x, int n)
 {