summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/floattixf.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/floattixf.c')
-rw-r--r--compiler-rt/lib/floattixf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/floattixf.c b/compiler-rt/lib/floattixf.c
index 852acc70746..3813dc6b775 100644
--- a/compiler-rt/lib/floattixf.c
+++ b/compiler-rt/lib/floattixf.c
@@ -12,10 +12,10 @@
* ===----------------------------------------------------------------------===
*/
-#if __x86_64
-
#include "int_lib.h"
+#if __x86_64
+
/* Returns: convert a to a long double, rounding toward even. */
/* Assumption: long double is a IEEE 80 bit floating point type padded to 128 bits
OpenPOWER on IntegriCloud