
28 Jan
2020
28 Jan
'20
2:57 p.m.
On Tue, Jan 28, 2020 at 01:10:54PM +0000, 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é <berrange@redhat.com> --- src/util/virlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>