diff options
Diffstat (limited to 'compiler-rt/lib/i386/umoddi3.S')
| -rw-r--r-- | compiler-rt/lib/i386/umoddi3.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/i386/umoddi3.S b/compiler-rt/lib/i386/umoddi3.S index 2ddd71006b8..7e4f84a9378 100644 --- a/compiler-rt/lib/i386/umoddi3.S +++ b/compiler-rt/lib/i386/umoddi3.S @@ -1,6 +1,8 @@ // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. +#include "../assembly.h" + // du_int __umoddi3(du_int a, du_int b); // result = remainder of a / b. |

