diff options
author | Roland McGrath <roland@hack.frob.com> | 2016-03-08 12:31:13 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2016-03-08 12:32:59 -0800 |
commit | 3bd80c0de2f8e7ca8020d37739339636d169957e (patch) | |
tree | 4f29e8d9b9edcbfb0b187e46d490219123c70149 /sysdeps/x86_64/tst-audit10.c | |
parent | 0b8dedd38f304d796b6b9b349428bea7f1f7065f (diff) | |
download | glibc-3bd80c0de2f8e7ca8020d37739339636d169957e.tar glibc-3bd80c0de2f8e7ca8020d37739339636d169957e.tar.gz glibc-3bd80c0de2f8e7ca8020d37739339636d169957e.tar.bz2 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.c | 1 |
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); |