diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2005-05-17 16:47:49 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2005-05-17 16:47:49 +0000 |
commit | 2ba99e3da1e9ffbe2e764ad3686fab8d4bdbaeec (patch) | |
tree | d7e10c3a75e6f66d9f0ef0bb79dcdcda2041b27c /gcc/unwind-dw2-fde-darwin.c | |
parent | a564d0f1e9b03fa3e71331b766e8300cf93b2dff (diff) | |
download | gcc-2ba99e3da1e9ffbe2e764ad3686fab8d4bdbaeec.tar.gz |
* unwind-dw2-fde-darwin.c: Include tsystem.h.
From-SVN: r99838
Diffstat (limited to 'gcc/unwind-dw2-fde-darwin.c')
-rw-r--r-- | gcc/unwind-dw2-fde-darwin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/unwind-dw2-fde-darwin.c b/gcc/unwind-dw2-fde-darwin.c index 98662080ff6..c0db8e1bd4b 100644 --- a/gcc/unwind-dw2-fde-darwin.c +++ b/gcc/unwind-dw2-fde-darwin.c @@ -27,6 +27,7 @@ /* Locate the FDE entry for a given address, using Darwin's keymgr support. */ #include "tconfig.h" +#include "tsystem.h" #include <string.h> #include <stdlib.h> #include "dwarf2.h" |