summaryrefslogtreecommitdiff
path: root/lib/lshrti3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lshrti3.c')
-rw-r--r--lib/lshrti3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lshrti3.c b/lib/lshrti3.c
index 5fdd99eb7703..be768143b581 100644
--- a/lib/lshrti3.c
+++ b/lib/lshrti3.c
@@ -12,10 +12,10 @@
* ===----------------------------------------------------------------------===
*/
-#if __x86_64
-
#include "int_lib.h"
+#if __x86_64
+
/* Returns: logical a >> b */
/* Precondition: 0 <= b < bits_in_tword */