* paread.c, coffread.c, elfread.c, dwarfread.c:
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 14 Sep 1993 23:26:43 +0000 (23:26 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 14 Sep 1993 23:26:43 +0000 (23:26 +0000)
Include <time.h> before libbfd.h.

gdb/dwarfread.c

index 3cad3de..dec5a3f 100644 (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"