diff options
Diffstat (limited to 'compiler-rt/lib/divsf3.c')
-rw-r--r-- | compiler-rt/lib/divsf3.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/divsf3.c b/compiler-rt/lib/divsf3.c index 84e9a37a007..b73330793a0 100644 --- a/compiler-rt/lib/divsf3.c +++ b/compiler-rt/lib/divsf3.c @@ -15,12 +15,11 @@ // underflow with correct rounding. // //===----------------------------------------------------------------------===// +#include "abi.h" #define SINGLE_PRECISION #include "fp_lib.h" -#include "int_lib.h" - ARM_EABI_FNALIAS(fdiv, divsf3); fp_t __divsf3(fp_t a, fp_t b) { |