diff options
Diffstat (limited to 'gcc/unwind-dw2-fde-darwin.c')
-rw-r--r-- | gcc/unwind-dw2-fde-darwin.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/unwind-dw2-fde-darwin.c b/gcc/unwind-dw2-fde-darwin.c index d7350e55f53..77e44e852ad 100644 --- a/gcc/unwind-dw2-fde-darwin.c +++ b/gcc/unwind-dw2-fde-darwin.c @@ -27,9 +27,8 @@ /* Locate the FDE entry for a given address, using Darwin's keymgr support. */ #include "tconfig.h" -#include "tsystem.h" -#include "coretypes.h" -#include "tm.h" +#include <string.h> +#include <stdlib.h> #include "dwarf2.h" #include "unwind.h" #define NO_BASE_OF_ENCODED_VALUE |