summaryrefslogtreecommitdiff
path: root/lib/libm/hypotf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/hypotf.c')
-rw-r--r--lib/libm/hypotf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/hypotf.c b/lib/libm/hypotf.c
index 60186e9e..ee91a9af 100644
--- a/lib/libm/hypotf.c
+++ b/lib/libm/hypotf.c
@@ -1,5 +1,5 @@
-#include <math.h>
-#include <stdint.h>
+#include <math.h> // for hypotf, sqrtf, float_t
+#include <stdint.h> // for uint32_t
float hypotf(float x, float y)
{