* arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
This commit is contained in:
parent
210a7bd13d
commit
433144fbec
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-10-31 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
|
||||
|
||||
2001-10-30 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* wrapper.h (gdb_value_struct_elt): New function.
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#include <sys/utsname.h>
|
||||
#include <sys/procfs.h>
|
||||
|
||||
#include <asm/ptrace.h>
|
||||
|
||||
/* Prototypes for supply_gregset etc. */
|
||||
#include "gregset.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue