| Index: gdb/spu-linux-nat.c
|
| diff --git a/gdb/spu-linux-nat.c b/gdb/spu-linux-nat.c
|
| index 7ddfc7acdc3f3fbef66f2e00f5337b73dda32bb8..2dfec8c12889d1c5fc52c13fe3a08fbff240e517 100644
|
| --- a/gdb/spu-linux-nat.c
|
| +++ b/gdb/spu-linux-nat.c
|
| @@ -23,6 +23,7 @@
|
| #include "gdb_string.h"
|
| #include "target.h"
|
| #include "inferior.h"
|
| +#include "inf-child.h"
|
| #include "inf-ptrace.h"
|
| #include "regcache.h"
|
| #include "symfile.h"
|
| @@ -461,7 +462,7 @@ spu_child_wait (struct target_ops *ops,
|
|
|
| /* Claim it exited with unknown signal. */
|
| ourstatus->kind = TARGET_WAITKIND_SIGNALLED;
|
| - ourstatus->value.sig = TARGET_SIGNAL_UNKNOWN;
|
| + ourstatus->value.sig = GDB_SIGNAL_UNKNOWN;
|
| return inferior_ptid;
|
| }
|
|
|
|
|