public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED PATCH] gdb: Add missing #include in solib.h
@ 2022-03-21 19:07 Roland McGrath
  0 siblings, 0 replies; only message in thread
From: Roland McGrath @ 2022-03-21 19:07 UTC (permalink / raw)
  To: GDB

[Committed as obvious.]

The gdb_bfd_ref_ptr type is used in solib.h declarations.

diff --git a/gdb/solib.h b/gdb/solib.h
index cd6c8a81104..f9b4d3566d7 100644
--- a/gdb/solib.h
+++ b/gdb/solib.h
@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-21 19:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 19:07 [COMMITTED PATCH] gdb: Add missing #include in solib.h Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).