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.
This commit is contained in:
parent
9ddf065add
commit
bc884eba6a
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include "arch-utils.h"
|
||||
#include "gdbcore.h"
|
||||
|
||||
#include "i386-nat.h"
|
||||
#include "darwin-nat.h"
|
||||
#include "i386-darwin-tdep.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue