* 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 3cad3def735c43597144c2bdee28a09f36b3073e..dec5a3f99de99834d3498d8cf4e050d10f47dd90 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"