diff options
-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 93632ff..f45cfe0 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 06dc601..8438d72 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" |