summaryrefslogtreecommitdiff
path: root/lib/libm/__math_oflowf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/__math_oflowf.c')
-rw-r--r--lib/libm/__math_oflowf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libm/__math_oflowf.c b/lib/libm/__math_oflowf.c
index fa7d0620..71171b88 100644
--- a/lib/libm/__math_oflowf.c
+++ b/lib/libm/__math_oflowf.c
@@ -1,4 +1,6 @@
-#include "libm.h"
+#include "libm.h" // for __math_xflowf, __math_oflowf
+
+#include <stdint.h> // for uint32_t
float __math_oflowf(uint32_t sign)
{