aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2005-05-17 16:47:49 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2005-05-17 16:47:49 +0000
commit2ba99e3da1e9ffbe2e764ad3686fab8d4bdbaeec (patch)
treed7e10c3a75e6f66d9f0ef0bb79dcdcda2041b27c /gcc
parenta564d0f1e9b03fa3e71331b766e8300cf93b2dff (diff)
downloadgcc-2ba99e3da1e9ffbe2e764ad3686fab8d4bdbaeec.zip
gcc-2ba99e3da1e9ffbe2e764ad3686fab8d4bdbaeec.tar.gz
gcc-2ba99e3da1e9ffbe2e764ad3686fab8d4bdbaeec.tar.bz2
* unwind-dw2-fde-darwin.c: Include tsystem.h.
From-SVN: r99838
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/unwind-dw2-fde-darwin.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 82f286f..bf705ba 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-17 Nathan Sidwell <nathan@codesourcery.com>
+
+ * unwind-dw2-fde-darwin.c: Include tsystem.h.
+
2005-05-17 Jeff Law <law@redhat.com>
* Makefile.in (tree-ssa-forwprop.o): Depend on langhooks.h.
diff --git a/gcc/unwind-dw2-fde-darwin.c b/gcc/unwind-dw2-fde-darwin.c
index 9866208..c0db8e1 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"