public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Roland McGrath <mcgrathr@google.com>
To: GDB <gdb-patches@sourceware.org>
Subject: [COMMITTED PATCH] gdb: Add missing #include in solib.h
Date: Mon, 21 Mar 2022 12:07:16 -0700	[thread overview]
Message-ID: <CAB=4xhpK-cUMTrGn2qpzF2pYJz6eypK5Y9eiM0WGtVXTKXB4eA@mail.gmail.com> (raw)

[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

                 reply	other threads:[~2022-03-21 19:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAB=4xhpK-cUMTrGn2qpzF2pYJz6eypK5Y9eiM0WGtVXTKXB4eA@mail.gmail.com' \
    --to=mcgrathr@google.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).