meson: check for sys/auxv.h

This check was present in configure.ac, but was never added under meson.
The code under HAVE_SYS_AUX_H has been dead ever since :(.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-10-03 12:09:40 +02:00
parent 4b9545f19e
commit af8786b16a
1 changed files with 1 additions and 0 deletions

View File

@ -545,6 +545,7 @@ endif
foreach header : ['linux/btrfs.h',
'linux/memfd.h',
'linux/vm_sockets.h',
'sys/auxv.h',
'valgrind/memcheck.h',
'valgrind/valgrind.h',
]