public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] elf: Add missing <dl-procinfo.h> header to elf/dl-usage.c
@ 2020-10-12  9:47 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2020-10-12  9:47 UTC (permalink / raw)
  To: glibc-cvs

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


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

only message in thread, other threads:[~2020-10-12  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12  9:47 [glibc] elf: Add missing <dl-procinfo.h> header to elf/dl-usage.c Florian Weimer

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).