Re: [libvirt PATCH v2 13/56] src: only import sys/uio.h when journald is built

2020-01-28 Thread Pavel Hrdina
On Tue, Jan 28, 2020 at 01:10:54PM +, Daniel P. Berrangé wrote: > The sys/uio.h header is only needed when building logging > code with journald support enabled. Conditionally include > it so that we avoid break on platforms which lack this > header. > > Signed-off-by: Daniel P. Berrangé > --

[libvirt PATCH v2 13/56] src: only import sys/uio.h when journald is built

2020-01-28 Thread Daniel P . Berrangé
The sys/uio.h header is only needed when building logging code with journald support enabled. Conditionally include it so that we avoid break on platforms which lack this header. Signed-off-by: Daniel P. Berrangé --- src/util/virlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -