summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ffsti2.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/ffsti2.c')
-rw-r--r--compiler-rt/lib/ffsti2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/ffsti2.c b/compiler-rt/lib/ffsti2.c
index 948c696b6a1..27e15d5810e 100644
--- a/compiler-rt/lib/ffsti2.c
+++ b/compiler-rt/lib/ffsti2.c
@@ -12,10 +12,10 @@
* ===----------------------------------------------------------------------===
*/
-#if __x86_64
-
#include "int_lib.h"
+#if __x86_64
+
/* Returns: the index of the least significant 1-bit in a, or
* the value zero if a is zero. The least significant bit is index one.
*/
OpenPOWER on IntegriCloud