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