diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-17 16:47:49 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-17 16:47:49 +0000 |
commit | e4bf74c1cc29119269486c842e099641340ba157 (patch) | |
tree | d7e10c3a75e6f66d9f0ef0bb79dcdcda2041b27c /gcc/unwind-dw2-fde-darwin.c | |
parent | 291d763bbfc2c5389719b88d6fcaf238a839a16b (diff) | |
download | gcc-e4bf74c1cc29119269486c842e099641340ba157.tar.gz |
* unwind-dw2-fde-darwin.c: Include tsystem.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99838 138bc75d-0d04-0410-961f-82ee72b054a4
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" |