filesink: Check for sys/uio.h so we can actually use writev()

This commit is contained in:
Sebastian Dröge 2020-03-20 16:32:07 +02:00
parent cd751c2de3
commit 6907abdca8

View file

@ -201,6 +201,7 @@ check_headers = [
'unistd.h',
'valgrind/valgrind.h',
'sys/resource.h',
'sys/uio.h',
]
if host_system == 'windows'