diff options
author | Daniel Jacobowitz <dan@debian.org> | 2001-10-31 15:56:33 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2001-10-31 15:56:33 +0000 |
commit | fbe62b8fa95d257257164a00b445351d463f3951 (patch) | |
tree | 13bf005e74efc0d67f89b442e3d97af242c887f5 /gdb/arm-linux-nat.c | |
parent | 82151ef3ff3726736b9ebf4e4c761ea5e97581ee (diff) | |
download | gdb-fbe62b8fa95d257257164a00b445351d463f3951.tar.gz |
* 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 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" |