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