summaryrefslogtreecommitdiffstats
path: root/lib/cmpti2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cmpti2.c')
-rw-r--r--lib/cmpti2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cmpti2.c b/lib/cmpti2.c
index b156fce..d0aec45 100644
--- a/lib/cmpti2.c
+++ b/lib/cmpti2.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
OpenPOWER on IntegriCloud