diff options
author | Daniel Jacobowitz <drow@false.org> | 2001-10-31 15:56:33 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2001-10-31 15:56:33 +0000 |
commit | 433144fbec07cebf65c7eb12430e098a9f09888a (patch) | |
tree | 5f086aa5ff266fd49fe643945103f16e5195943e | |
parent | 210a7bd13dc72db19a56b2c9be8bd53c0f4cdba1 (diff) | |
download | binutils-gdb-433144fbec07cebf65c7eb12430e098a9f09888a.tar.gz |
* arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/arm-linux-nat.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 93632ffd8ab..f45cfe0bae7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c index 06dc601a7a3..8438d72c664 100644 --- a/gdb/arm-linux-nat.c +++ b/gdb/arm-linux-nat.c @@ -29,6 +29,8 @@ #include <sys/utsname.h> #include <sys/procfs.h> +#include <asm/ptrace.h> + /* Prototypes for supply_gregset etc. */ #include "gregset.h" |