* 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 93632ffd8abba2d1870a9ae884c9d660c3fb2012..f45cfe0bae74732b760f5a1d85e2a0ef647173ce 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 06dc601a7a3db863e15ee3382bfbb16be2ed3761..8438d72c664351a888ce77028d31c76ffe361c7c 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"
 
This page took 0.028362 seconds and 4 git commands to generate.