summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2001-10-31 15:56:28 +0000
committerDaniel Jacobowitz <drow@false.org>2001-10-31 15:56:28 +0000
commitcdd37fd81bc0389d84899cf4b6dcc7e8915b6a45 (patch)
tree7751255be0d3794ef54fb2e9a0525b48aa6db289
parent5eed6fc8fd43097fd30b0cc414fb1888589f107b (diff)
downloadbinutils-gdb-cdd37fd81bc0389d84899cf4b6dcc7e8915b6a45.tar.gz
* arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
-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 f265dbd4d0b..bfe4f20a232 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 GDB Administrator <gdbadmin@sourceware.cygnus.com>
* version.in: Bump version to 5.0.92.
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"