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

Include <time.h> and <sys/types.h> before libbfd.h.
This commit is contained in:
Jim Kingdon
1993-09-15 16:45:44 +00:00
parent 2fbb0a713c
commit ddf5d7e82e
4 changed files with 4 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ other things to work on, if you get bored. :-)
#include "symfile.h"
#include "objfiles.h"
#include <time.h> /* For time_t in libbfd.h. */
#include <sys/types.h> /* For time_t, if not in time.h. */
#include "libbfd.h" /* FIXME Secret Internal BFD stuff (bfd_read) */
#include "elf/dwarf.h"
#include "buildsym.h"