aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-linux-nat.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2001-10-31 15:56:33 +0000
committerDaniel Jacobowitz <drow@false.org>2001-10-31 15:56:33 +0000
commit433144fbec07cebf65c7eb12430e098a9f09888a (patch)
tree5f086aa5ff266fd49fe643945103f16e5195943e /gdb/arm-linux-nat.c
parent210a7bd13dc72db19a56b2c9be8bd53c0f4cdba1 (diff)
downloadgdb-433144fbec07cebf65c7eb12430e098a9f09888a.zip
gdb-433144fbec07cebf65c7eb12430e098a9f09888a.tar.gz
gdb-433144fbec07cebf65c7eb12430e098a9f09888a.tar.bz2
* arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
Diffstat (limited to 'gdb/arm-linux-nat.c')
-rw-r--r--gdb/arm-linux-nat.c2
1 files changed, 2 insertions, 0 deletions
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"