summaryrefslogtreecommitdiff
path: root/lib/libm/cbrtf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/cbrtf.c')
-rw-r--r--lib/libm/cbrtf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/cbrtf.c b/lib/libm/cbrtf.c
index c394310d..f35aae33 100644
--- a/lib/libm/cbrtf.c
+++ b/lib/libm/cbrtf.c
@@ -17,8 +17,8 @@
* Return cube root of x
*/
-#include <math.h>
-#include <stdint.h>
+#include <math.h> // for double_t, cbrtf
+#include <stdint.h> // for uint32_t
static const unsigned B1 = 709958130, /* B1 = (127-127.0/3-0.03306235651)*2**23
*/