summaryrefslogtreecommitdiff
path: root/lib/floatuntidf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/floatuntidf.c')
-rw-r--r--lib/floatuntidf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/floatuntidf.c b/lib/floatuntidf.c
index d0889a074..4c1d3289f 100644
--- a/lib/floatuntidf.c
+++ b/lib/floatuntidf.c
@@ -12,10 +12,10 @@
* ===----------------------------------------------------------------------===
*/
-#if __x86_64
-
#include "int_lib.h"
+#if __x86_64
+
/* Returns: convert a to a double, rounding toward even. */
/* Assumption: double is a IEEE 64 bit floating point type