diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-02-01 10:54:07 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-02-01 10:54:07 +0000 |
commit | bc884eba6a28fe7bf907df58f10ccb13989d6c5a (patch) | |
tree | 541608c9589cbf2908971bd560df179b2828f545 /gdb | |
parent | 9ddf065add7c3be4fe00e0dce714774faefebb3f (diff) | |
download | gdb-bc884eba6a28fe7bf907df58f10ccb13989d6c5a.zip gdb-bc884eba6a28fe7bf907df58f10ccb13989d6c5a.tar.gz gdb-bc884eba6a28fe7bf907df58f10ccb13989d6c5a.tar.bz2 |
Fix build error in Darwin port.
gdb/ChangeLog:
From: Josh Matthews <josh@joshmatthews.net> (tiny change)
Fix build error in Darwin port.
* i386-darwin-nat.c: Include i386-nat.h.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/i386-darwin-nat.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index daf970c..b4e523a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -8,6 +8,11 @@ * symtab.h: Remove outdated comment. (SYMBOL_MATCHES_NATURAL_NAME): Delete. +2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change) + + Fix build error in Darwin port. + * i386-darwin-nat.c: Include i386-nat.h. + 2012-01-30 Tom Tromey <tromey@redhat.com> PR breakpoints/13568: diff --git a/gdb/i386-darwin-nat.c b/gdb/i386-darwin-nat.c index 12e2e65..b452f1e 100644 --- a/gdb/i386-darwin-nat.c +++ b/gdb/i386-darwin-nat.c @@ -34,6 +34,7 @@ #include "arch-utils.h" #include "gdbcore.h" +#include "i386-nat.h" #include "darwin-nat.h" #include "i386-darwin-tdep.h" |