math: tgammal.c fixes
[oweals/musl.git] / src / math / fmin.c
index d1f1645491eae13cbe56287311be450436962fc6..08a8fd17f29e3759b972b04d123c1194aed68254 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 double fmin(double x, double y)
 {