summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/divti3.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/divti3.c')
-rw-r--r--compiler-rt/lib/divti3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/divti3.c b/compiler-rt/lib/divti3.c
index 4ec3fa35ec5..0242c13683f 100644
--- a/compiler-rt/lib/divti3.c
+++ b/compiler-rt/lib/divti3.c
@@ -12,10 +12,10 @@
* ===----------------------------------------------------------------------===
*/
-#if __x86_64
-
#include "int_lib.h"
+#if __x86_64
+
tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
/* Returns: a / b */
OpenPOWER on IntegriCloud