aboutsummaryrefslogtreecommitdiff
path: root/lib/fixunssfti.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fixunssfti.c')
-rw-r--r--lib/fixunssfti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fixunssfti.c b/lib/fixunssfti.c
index b807910177a0..8f4c62627ca5 100644
--- a/lib/fixunssfti.c
+++ b/lib/fixunssfti.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.
*/