diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/amd64bsd-nat.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e25d5dd..504464f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-03-12 Andreas Tobler <andreast@fgznet.ch> + + * amd64bsd-nat.c: Include amd64bsd-nat.h. + 2012-03-09 Tom Tromey <tromey@redhat.com> * dwarf2read.c (struct dwarf2_cu) <checked_producer, diff --git a/gdb/amd64bsd-nat.c b/gdb/amd64bsd-nat.c index 74d470d4..5684a01 100644 --- a/gdb/amd64bsd-nat.c +++ b/gdb/amd64bsd-nat.c @@ -31,6 +31,7 @@ #include <machine/reg.h> #include "amd64-tdep.h" +#include "amd64bsd-nat.h" #include "amd64-nat.h" #include "inf-ptrace.h" |