]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virt-aa-helper: Fix build by including virutil.h
authorJim Fehlig <jfehlig@suse.com>
Mon, 24 Feb 2020 23:24:14 +0000 (16:24 -0700)
committerJim Fehlig <jfehlig@suse.com>
Mon, 24 Feb 2020 23:24:14 +0000 (16:24 -0700)
commit9191380db9ce6a71ea13993afe629a3a3a187af8
tree12952a24f1ae19dbf7d7f79e12fd374ef660a90b
parentb11e8cccdd5163727fd4cecda0076ac2b63fe32d
virt-aa-helper: Fix build by including virutil.h

Commit fb01e1a44d missed including virutil.h, causing the following
compilation error

../../src/security/virt-aa-helper.c:1055:43: error: implicit declaration of
function 'virHostGetDRMRenderNode' [-Werror=implicit-function-declaration]
1055 |                 char *defaultRenderNode = virHostGetDRMRenderNode();

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/security/virt-aa-helper.c