projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa8fe90
)
* paread.c, coffread.c, elfread.c, dwarfread.c:
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Tue, 14 Sep 1993 23:26:43 +0000
(23:26 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/gdb/dwarfread.c
b/gdb/dwarfread.c
index 3cad3def735c43597144c2bdee28a09f36b3073e..dec5a3f99de99834d3498d8cf4e050d10f47dd90 100644
(file)
--- a/
gdb/dwarfread.c
+++ b/
gdb/dwarfread.c
@@
-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"