summaryrefslogtreecommitdiffstats
path: root/lib/ffsti2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffsti2.c')
-rw-r--r--lib/ffsti2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ffsti2.c b/lib/ffsti2.c
index 948c696..27e15d5 100644
--- a/lib/ffsti2.c
+++ b/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