diff options
Diffstat (limited to 'src/math/llrintl.c')
-rw-r--r-- | src/math/llrintl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/math/llrintl.c b/src/math/llrintl.c index 6b0838d4..ec2cf86b 100644 --- a/src/math/llrintl.c +++ b/src/math/llrintl.c @@ -1,4 +1,6 @@ -#include "libm.h" +#include <math.h> +#include <float.h> + #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long long llrintl(long double x) { |