mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 13:05:27 +00:00
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>
This commit is contained in:
parent
b11e8cccdd
commit
9191380db9
@ -41,6 +41,7 @@
|
||||
#include "virxml.h"
|
||||
#include "viruuid.h"
|
||||
#include "virusb.h"
|
||||
#include "virutil.h"
|
||||
#include "virpci.h"
|
||||
#include "virfile.h"
|
||||
#include "configmake.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user