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:
Joel Brobecker 2012-02-01 10:54:07 +00:00
parent 9ddf065add
commit bc884eba6a
2 changed files with 6 additions and 0 deletions

View file

@ -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:

View file

@ -34,6 +34,7 @@
#include "arch-utils.h"
#include "gdbcore.h"
#include "i386-nat.h"
#include "darwin-nat.h"
#include "i386-darwin-tdep.h"