]> git.ipfire.org Git - thirdparty/libvirt.git/commit
mingw: fix build failure
authorPavel Hrdina <phrdina@redhat.com>
Fri, 31 Oct 2014 18:00:19 +0000 (19:00 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Sat, 1 Nov 2014 00:35:40 +0000 (01:35 +0100)
commitd91c8e640bf016a359124c8b34aee59774631aa9
treeaff9e1ab706feeae21d9d95ebf000b5f200d2e8e
parent9998a657fdb7e32317e1e725ebf85146e901416c
mingw: fix build failure

This macro seems to be defined only on linux/unix and it fails during
mingw build. Its value is '16' (taken from net/if.h) so define it if
it's not defined.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/util/virnetdev.c