diff options
author | Matheus Castanho <msc@linux.ibm.com> | 2020-10-12 11:28:18 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-10-12 11:28:18 +0200 |
commit | 21181d1c7b181c4bb71e587c7944e100d923b393 (patch) | |
tree | ed0619c2a3da9f12b43ca862fc1a093c08de1d3d /elf/dl-usage.c | |
parent | 5a619c1f46c49dbb9706beeb74f4a466696394fc (diff) | |
download | glibc-21181d1c7b181c4bb71e587c7944e100d923b393.tar glibc-21181d1c7b181c4bb71e587c7944e100d923b393.tar.gz glibc-21181d1c7b181c4bb71e587c7944e100d923b393.tar.bz2 glibc-21181d1c7b181c4bb71e587c7944e100d923b393.zip |
elf: Add missing <dl-procinfo.h> header to elf/dl-usage.c
Diffstat (limited to 'elf/dl-usage.c')
-rw-r--r-- | elf/dl-usage.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |