diff options
Diffstat (limited to 'src/math/fminf.c')
-rw-r--r-- | src/math/fminf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/fminf.c b/src/math/fminf.c index 0964cdb3..3573c7de 100644 --- a/src/math/fminf.c +++ b/src/math/fminf.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include <math.h> float fminf(float x, float y) { |