From: Matheus Castanho Date: Fri, 4 Dec 2020 12:48:56 +0000 (-0300) Subject: elf: Add missing header to elf/dl-hwcaps.h X-Git-Tag: glibc-2.33~230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f4bd9e47ba98ccfeeaa8c600c0b0c8bbabcebb3;p=thirdparty%2Fglibc.git elf: Add missing header to elf/dl-hwcaps.h The lack of this header makes size_t unavailable on builds configured with --disable-tunables, causing compilation errors. --- diff --git a/elf/dl-hwcaps.h b/elf/dl-hwcaps.h index e6fcac6edcb..147dc3d2a8b 100644 --- a/elf/dl-hwcaps.h +++ b/elf/dl-hwcaps.h @@ -20,6 +20,7 @@ #define _DL_HWCAPS_H #include +#include #include