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:
b91f93a
)
gdb: Add missing #include in solib.h
author
Roland McGrath
<mcgrathr@google.com>
Mon, 21 Mar 2022 19:04:48 +0000
(12:04 -0700)
committer
Roland McGrath
<mcgrathr@google.com>
Mon, 21 Mar 2022 19:04:48 +0000
(12:04 -0700)
The gdb_bfd_ref_ptr type is used in solib.h declarations.
gdb/solib.h
patch
|
blob
|
history
diff --git
a/gdb/solib.h
b/gdb/solib.h
index cd6c8a81104b9eea0e5670eba8a739397320b1b4..f9b4d3566d7171b475553afd6f345fd2c8097b78 100644
(file)
--- a/
gdb/solib.h
+++ b/
gdb/solib.h
@@
-1,5
+1,5
@@
/* Shared library declarations for GDB, the GNU Debugger.
-
+
Copyright (C) 1992-2022 Free Software Foundation, Inc.
This file is part of GDB.
@@
-26,6
+26,7
@@
struct target_ops;
struct target_so_ops;
struct program_space;
+#include "gdb_bfd.h"
#include "symfile-add-flags.h"
/* Called when we free all symtabs, to free the shared library information