math: tgammal.c fixes
[oweals/musl.git] / src / math / fmax.c
index 0b6bf6f3bf877b69566bef73449925dd114084a2..94f0caa17751b63d46e6826d37e63923dc468484 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 double fmax(double x, double y)
 {