summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2001-10-31 15:56:33 +0000
committerDaniel Jacobowitz <dan@debian.org>2001-10-31 15:56:33 +0000
commitfbe62b8fa95d257257164a00b445351d463f3951 (patch)
tree13bf005e74efc0d67f89b442e3d97af242c887f5 /gdb
parent82151ef3ff3726736b9ebf4e4c761ea5e97581ee (diff)
downloadgdb-fbe62b8fa95d257257164a00b445351d463f3951.tar.gz
* arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/arm-linux-nat.c2
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"