From: Adhemerval Zanella Date: Thu, 14 Jan 2021 14:18:21 +0000 (-0300) Subject: Fix x86 build with --enable-tunable=no X-Git-Tag: glibc-2.33~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d18f59bf9223e9342be16baa2411ef3acc3f7ea4;p=thirdparty%2Fglibc.git Fix x86 build with --enable-tunable=no Checked on x86_64-linux-gnu. --- diff --git a/sysdeps/x86/get-isa-level.h b/sysdeps/x86/get-isa-level.h index a86e1e8941c..3f0e27ee599 100644 --- a/sysdeps/x86/get-isa-level.h +++ b/sysdeps/x86/get-isa-level.h @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include #include /* Get GNU_PROPERTY_X86_ISA_1_BASELINE and GNU_PROPERTY_X86_ISA_1_V[234] diff --git a/sysdeps/x86_64/dl-hwcaps-subdirs.c b/sysdeps/x86_64/dl-hwcaps-subdirs.c index e030534f1bb..4acd3431838 100644 --- a/sysdeps/x86_64/dl-hwcaps-subdirs.c +++ b/sysdeps/x86_64/dl-hwcaps-subdirs.c @@ -18,6 +18,7 @@ #include #include +#include #include const char _dl_hwcaps_subdirs[] = "x86-64-v4:x86-64-v3:x86-64-v2";