* arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
authorDaniel Jacobowitz <drow@false.org>
Wed, 31 Oct 2001 15:56:33 +0000 (15:56 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 31 Oct 2001 15:56:33 +0000 (15:56 +0000)
gdb/ChangeLog
gdb/arm-linux-nat.c

index 93632ff..f45cfe0 100644 (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.
index 06dc601..8438d72 100644 (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"