public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Florian Weimer <fw@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] elf: Add missing <dl-procinfo.h> header to elf/dl-usage.c
Date: Mon, 12 Oct 2020 09:47:25 +0000 (GMT)	[thread overview]
Message-ID: <20201012094725.7B6FB385780A@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=21181d1c7b181c4bb71e587c7944e100d923b393

commit 21181d1c7b181c4bb71e587c7944e100d923b393
Author: Matheus Castanho <msc@linux.ibm.com>
Date:   Mon Oct 12 11:28:18 2020 +0200

    elf: Add missing <dl-procinfo.h> header to elf/dl-usage.c

Diff:
---
 elf/dl-usage.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elf/dl-usage.c b/elf/dl-usage.c
index c07f43835b..796ad38b43 100644
--- a/elf/dl-usage.c
+++ b/elf/dl-usage.c
@@ -22,6 +22,7 @@
 #include <unistd.h>
 #include "version.h"
 
+#include <dl-procinfo.h>
 #include <dl-hwcaps.h>
 
 void


                 reply	other threads:[~2020-10-12  9:47 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=20201012094725.7B6FB385780A@sourceware.org \
    --to=fw@sourceware.org \
    --cc=glibc-cvs@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).