On Tue, Jan 28, 2020 at 01:11:23PM +0000, Daniel P. Berrangé wrote:
Remove imports of poll.h which are redundant, and
conditionalize remaining usage that needs to compile
on Windows platforms.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/util/virpolkit.c | 2 +-
src/util/virutil.c | 1 -
tests/commandhelper.c | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>