From 4f4bd9e47ba98ccfeeaa8c600c0b0c8bbabcebb3 Mon Sep 17 00:00:00 2001 From: Matheus Castanho Date: Fri, 4 Dec 2020 09:48:56 -0300 Subject: 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. --- elf/dl-hwcaps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elf') diff --git a/elf/dl-hwcaps.h b/elf/dl-hwcaps.h index e6fcac6..147dc3d 100644 --- a/elf/dl-hwcaps.h +++ b/elf/dl-hwcaps.h @@ -20,6 +20,7 @@ #define _DL_HWCAPS_H #include +#include #include -- cgit v1.1