This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] Fix machoread.c


Hi,

I have committed the following patch to fix the compilation failure of machoread.c.

Tristan.

2012-07-26  Tristan Gingold  <gingold@adacore.com>

	* machoread.c: Include gdb_bfd.h.

Index: machoread.c
===================================================================
RCS file: /cvs/src/src/gdb/machoread.c,v
retrieving revision 1.42
diff -c -r1.42 machoread.c
*** machoread.c	23 Jul 2012 14:58:44 -0000	1.42
--- machoread.c	26 Jul 2012 09:00:25 -0000
***************
*** 34,39 ****
--- 34,40 ----
  #include "vec.h"
  #include "psympriv.h"
  #include "complaints.h"
+ #include "gdb_bfd.h"
  
  #include <string.h>
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]