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