]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: include memory.h even if WITH_VIRTUALPORT isn't defined
authorLaine Stump <laine@laine.org>
Wed, 15 Aug 2012 15:45:26 +0000 (11:45 -0400)
committerLaine Stump <laine@laine.org>
Wed, 15 Aug 2012 15:50:03 +0000 (11:50 -0400)
commit5faff3d3fd2997634b210f6803604e1df2a83c55
tree1460b8be54e761a794234073044cea4ab4cd8db2
parentf376d24e79e85cf72b6f8536d3c898526d70f915
util: include memory.h even if WITH_VIRTUALPORT isn't defined

This caused compilation of virnetdevvportprofile.c to fail on systems
without IFLA support in netlink (these are netlink commands used to
configure the VF's of SR-IOV network devices).
src/util/virnetdevvportprofile.c