summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fixunsxfti.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/fixunsxfti.c')
-rw-r--r--compiler-rt/lib/fixunsxfti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/fixunsxfti.c b/compiler-rt/lib/fixunsxfti.c
index f0e16dbfe4d..260bfc01f64 100644
--- a/compiler-rt/lib/fixunsxfti.c
+++ b/compiler-rt/lib/fixunsxfti.c
@@ -12,10 +12,10 @@
* ===----------------------------------------------------------------------===
*/
-#if __x86_64
-
#include "int_lib.h"
+#if __x86_64
+
/* Returns: convert a to a unsigned long long, rounding toward zero.
* Negative values all become zero.
*/
OpenPOWER on IntegriCloud