about summary refs log tree commit diff
path: root/sysdeps/loongarch/ldsodefs.h
diff options
context:
space:
mode:
authorcaiyinyu <caiyinyu@loongson.cn>2023-07-05 16:38:05 +0800
committercaiyinyu <caiyinyu@loongson.cn>2023-07-11 10:56:01 +0800
commit7f079fdc16e88ebb8020e17b2fd900e8924da29a (patch)
tree9d61e7774fb649ac00188093a15eb9c20f925430 /sysdeps/loongarch/ldsodefs.h
parent0d341d09f27fdc48a0e65242f3701ba8ea980b37 (diff)
downloadglibc-7f079fdc16e88ebb8020e17b2fd900e8924da29a.tar.gz
glibc-7f079fdc16e88ebb8020e17b2fd900e8924da29a.tar.xz
glibc-7f079fdc16e88ebb8020e17b2fd900e8924da29a.zip
LoongArch: Add vector implementation for _dl_runtime_resolve.
Diffstat (limited to 'sysdeps/loongarch/ldsodefs.h')
-rw-r--r--sysdeps/loongarch/ldsodefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/loongarch/ldsodefs.h b/sysdeps/loongarch/ldsodefs.h
index a8ef803aec..3b7c4ab83d 100644
--- a/sysdeps/loongarch/ldsodefs.h
+++ b/sysdeps/loongarch/ldsodefs.h
@@ -20,6 +20,7 @@
 #define _LOONGARCH_LDSODEFS_H 1
 
 #include <elf.h>
+#include <cpu-features.h>
 
 struct La_loongarch_regs;
 struct La_loongarch_retval;