OSDN Git Service

* config/rs6000/darwin-fallback.c: Include <mach/thread_status.h>.
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 2004 22:45:50 +0000 (22:45 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 2004 22:45:50 +0000 (22:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89862 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/darwin-fallback.c

index ae153e7..8d25422 100644 (file)
@@ -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.
index f7756fb..356b2c9 100644 (file)
@@ -38,6 +38,7 @@
 #include <stdbool.h>
 #include <signal.h>
 #include <ucontext.h>
+#include <mach/thread_status.h>
 
 typedef unsigned long reg_unit;