| commit | 0ae9d258a484ba5ede154f729660ad21bd0ade2e | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Nov 15 18:34:44 2011 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Nov 15 18:34:44 2011 +0000 |
| tree | f931e7cca15bdcda47781fb47705a1ef5a79a497 | |
| parent | 5e06e18068122930df7295fa9ddc03ba41c702d8 [diff] [blame] |
lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for this extra complexity. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144660 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/truncdfsf2.c b/lib/truncdfsf2.c index 1dbf02f..2353b9b 100644 --- a/lib/truncdfsf2.c +++ b/lib/truncdfsf2.c
@@ -41,7 +41,7 @@ #include <limits.h> #include <stdbool.h> -#include "abi.h" +#include "int_lib.h" typedef double src_t; typedef uint64_t src_rep_t;