mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
* arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user