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 /gdb/arm-linux-nat.c | |
parent | 210a7bd13dc72db19a56b2c9be8bd53c0f4cdba1 (diff) | |
download | binutils-433144fbec07cebf65c7eb12430e098a9f09888a.zip binutils-433144fbec07cebf65c7eb12430e098a9f09888a.tar.gz binutils-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.c | 2 |
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" |