Include header for enum target_stop_reason
authorPedro Alves <palves@redhat.com>
Fri, 15 May 2015 15:00:40 +0000 (16:00 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 15 May 2015 15:00:40 +0000 (16:00 +0100)
commit2465e12e99c4ffd3e56e4725729cd3016d4e2c3d
tree3ae4a3e2a53e80ecae4db3c92e7b4044deffb2ca
parent13fa0398d7dd8d2b468acf0aba5610ce014709a6
Include header for enum target_stop_reason

Building in C++ mode errors with:

 ~~~
 g++ -fpermissive (...) /home/pedro/gdb/mygit/src/gdb/gdbserver/../nat/x86-linux.c
 In file included from /home/pedro/gdb/mygit/src/gdb/gdbserver/../nat/x86-linux.h:23:0,
  from /home/pedro/gdb/mygit/src/gdb/gdbserver/../nat/x86-linux.c:21:
 /home/pedro/gdb/mygit/src/gdb/gdbserver/../nat/linux-nat.h:74:13: error: use of enum ‘target_stop_reason’ without previous declaration
  extern enum target_stop_reason lwp_stop_reason (struct lwp_info *lwp);
      ^
 /home/pedro/gdb/mygit/src/gdb/gdbserver/../nat/linux-nat.h:74:70: error: invalid type in declaration before ‘;’ token
  extern enum target_stop_reason lwp_stop_reason (struct lwp_info *lwp);
       ^
 ~~~

gdb/ChangeLog:
2015-05-15  Pedro Alves  <palves@redhat.com>

* nat/linux-nat.h: Include "target/waitstatus.h".
gdb/ChangeLog
gdb/nat/linux-nat.h