]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: explicitly include windows.h
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 17 Jan 2020 17:32:05 +0000 (17:32 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 29 Jan 2020 14:51:39 +0000 (14:51 +0000)
commit47744e0694fc510b1efc3dbefb5b54e782757f7f
treeb2aab88ba573310af348587726b0d8bbdd8fbf32
parent3f4435d87752a7555e565132249aa21c3a434e7c
util: explicitly include windows.h

The virProcess code relies on windows.h and is getting it
indirectly via some GNULIB header fixes. This dependancy
needs to be made explicit.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/util/virprocess.c