math: tgammal.c fixes
[oweals/musl.git] / src / math / remainderl.c
index b99f93818b31c72c5f1d8045abbf9ca89e710d07..2a13c1d5af138b8b9607e82c724c3d81f4f3ddd7 100644 (file)
@@ -1,4 +1,5 @@
-#include "libm.h"
+#include <math.h>
+#include <float.h>
 
 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
 long double remainderl(long double x, long double y)