diff options
Diffstat (limited to 'lib/libm/modff.c')
| -rw-r--r-- | lib/libm/modff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libm/modff.c b/lib/libm/modff.c index d40752ba..73a5a162 100644 --- a/lib/libm/modff.c +++ b/lib/libm/modff.c @@ -1,4 +1,5 @@ -#include "libm.h" +#include <math.h> // for modff +#include <stdint.h> // for uint32_t float modff(float x, float *iptr) { |
