]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
[thirdparty/glibc.git] / sysdeps / ieee754 / dbl-64 / wordsize-64 / e_log10.c
index 488a0efaeda736c09ffb590e23a83b24387ba8ea..dcb7b58a1b0c0579153aaceb3fd6e54c6c2b3aa1 100644 (file)
@@ -45,6 +45,7 @@
 
 #include <math.h>
 #include <math_private.h>
+#include <stdint.h>
 
 static const double two54 = 1.80143985094819840000e+16;                /* 0x4350000000000000 */
 static const double ivln10 = 4.34294481903251816668e-01;       /* 0x3FDBCB7B1526E50E */