* config/rs6000/darwin-fallback.c: Include <mach/thread_status.h>.
authorGeoffrey Keating <geoffk@apple.com>
Fri, 29 Oct 2004 22:45:50 +0000 (22:45 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 29 Oct 2004 22:45:50 +0000 (22:45 +0000)
From-SVN: r89862

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

index ae153e73967c565be29100b8a3afaa0ea3af94ec..8d25422f25ad6147aac85a52447d5c7eae70d787 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 f7756fbac843a845d8a82e72e087abd5316b1e22..356b2c9574f7296dd197416d260a57854a336655 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;