filesink: Check for sys/uio.h so we can actually use writev()
authorSebastian Dröge <sebastian@centricular.com>
Fri, 20 Mar 2020 14:32:07 +0000 (16:32 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 20 Mar 2020 14:32:07 +0000 (16:32 +0200)
meson.build

index a35188c..c158206 100644 (file)
@@ -201,6 +201,7 @@ check_headers = [
   'unistd.h',
   'valgrind/valgrind.h',
   'sys/resource.h',
+  'sys/uio.h',
 ]
 
 if host_system == 'windows'