Fix build error in Darwin port.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 1 Feb 2012 10:54:07 +0000 (10:54 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 1 Feb 2012 10:54:07 +0000 (10:54 +0000)
gdb/ChangeLog:

        From: Josh Matthews  <josh@joshmatthews.net>  (tiny change)
  Fix build error in Darwin port.
  * i386-darwin-nat.c: Include i386-nat.h.

gdb/ChangeLog
gdb/i386-darwin-nat.c

index daf970c..b4e523a 100644 (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:
index 12e2e65..b452f1e 100644 (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"