aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/darwin-fallback.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ae153e7..8d25422 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-29 Geoffrey Keating <geoffk@apple.com>
+
+ * config/rs6000/darwin-fallback.c: Include <mach/thread_status.h>.
+
2004-10-29 Stan Shebs <shebs@apple.com>
* config/rs6000/darwin-tramp.asm: Make more 64-bit-friendly.
diff --git a/gcc/config/rs6000/darwin-fallback.c b/gcc/config/rs6000/darwin-fallback.c
index f7756fb..356b2c9 100644
--- a/gcc/config/rs6000/darwin-fallback.c
+++ b/gcc/config/rs6000/darwin-fallback.c
@@ -38,6 +38,7 @@
#include <stdbool.h>
#include <signal.h>
#include <ucontext.h>
+#include <mach/thread_status.h>
typedef unsigned long reg_unit;