* paread.c, coffread.c, elfread.c, dwarfread.c:
Include <time.h> before libbfd.h.
This commit is contained in:
parent
aa8fe9070c
commit
791e451394
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ other things to work on, if you get bored. :-)
|
|||
#include "gdbtypes.h"
|
||||
#include "symfile.h"
|
||||
#include "objfiles.h"
|
||||
#include <time.h> /* For time_t in libbfd.h. */
|
||||
#include "libbfd.h" /* FIXME Secret Internal BFD stuff (bfd_read) */
|
||||
#include "elf/dwarf.h"
|
||||
#include "buildsym.h"
|
||||
|
|
Loading…
Reference in a new issue