summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-01-14 11:18:21 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-01-14 16:04:05 -0300
commitd18f59bf9223e9342be16baa2411ef3acc3f7ea4 (patch)
tree274d156cfe8d8270901cb97ac55cd3caa7fdb7cd /sysdeps/x86_64
parent7137d682ebfcb6db5dfc5f39724718699922f06c (diff)
downloadglibc-d18f59bf9223e9342be16baa2411ef3acc3f7ea4.tar.gz
Fix x86 build with --enable-tunable=no
Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r--sysdeps/x86_64/dl-hwcaps-subdirs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/dl-hwcaps-subdirs.c b/sysdeps/x86_64/dl-hwcaps-subdirs.c
index e030534f1b..4acd343183 100644
--- a/sysdeps/x86_64/dl-hwcaps-subdirs.c
+++ b/sysdeps/x86_64/dl-hwcaps-subdirs.c
@@ -18,6 +18,7 @@
#include <dl-hwcaps.h>
#include <cpu-features.h>
+#include <ldsodefs.h>
#include <get-isa-level.h>
const char _dl_hwcaps_subdirs[] = "x86-64-v4:x86-64-v3:x86-64-v2";