summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/addsf3.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/addsf3.c')
-rw-r--r--compiler-rt/lib/addsf3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/addsf3.c b/compiler-rt/lib/addsf3.c
index d4ee2c4c445..20610ef31fa 100644
--- a/compiler-rt/lib/addsf3.c
+++ b/compiler-rt/lib/addsf3.c
@@ -12,11 +12,11 @@
//
//===----------------------------------------------------------------------===//
+#include "abi.h"
+
#define SINGLE_PRECISION
#include "fp_lib.h"
-#include "int_lib.h"
-
ARM_EABI_FNALIAS(fadd, addsf3);
fp_t __addsf3(fp_t a, fp_t b) {
OpenPOWER on IntegriCloud