* arm-linux-nat.c: Include <asm/ptrace.h> explicitly.

This commit is contained in:
Daniel Jacobowitz 2001-10-31 15:56:33 +00:00
parent 210a7bd13d
commit 433144fbec
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -29,6 +29,8 @@
#include <sys/utsname.h>
#include <sys/procfs.h>
#include <asm/ptrace.h>
/* Prototypes for supply_gregset etc. */
#include "gregset.h"