about summary refs log tree commit diff
path: root/sysdeps/x86_64/tst-audit10.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2016-03-08 12:31:13 -0800
committerRoland McGrath <roland@hack.frob.com>2016-03-08 12:32:59 -0800
commit3bd80c0de2f8e7ca8020d37739339636d169957e (patch)
tree4f29e8d9b9edcbfb0b187e46d490219123c70149 /sysdeps/x86_64/tst-audit10.c
parent0b8dedd38f304d796b6b9b349428bea7f1f7065f (diff)
downloadglibc-3bd80c0de2f8e7ca8020d37739339636d169957e.tar.gz
glibc-3bd80c0de2f8e7ca8020d37739339636d169957e.tar.xz
glibc-3bd80c0de2f8e7ca8020d37739339636d169957e.zip
Fix tst-audit10 build when -mavx512f is not supported.
Diffstat (limited to 'sysdeps/x86_64/tst-audit10.c')
-rw-r--r--sysdeps/x86_64/tst-audit10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/tst-audit10.c b/sysdeps/x86_64/tst-audit10.c
index 92e0cb4b52..a487b408bb 100644
--- a/sysdeps/x86_64/tst-audit10.c
+++ b/sysdeps/x86_64/tst-audit10.c
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <cpuid.h>
+#include <cpu-features.h>
 
 int tst_audit10_aux (void);