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