* paread.c, coffread.c, elfread.c, dwarfread.c:

Include <time.h> before libbfd.h.
This commit is contained in:
Jim Kingdon 1993-09-14 23:26:43 +00:00
parent aa8fe9070c
commit 791e451394

View file

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