mirror of https://gitee.com/openkylin/libvirt.git
security_apparmor.c: Include virscsi.h
After introducing AppArmorSetSecuritySCSILabel() in 2691cd5f
we are using virSCSIDevicePtr type without proper include.
This commit is contained in:
parent
2691cd5fe8
commit
23fbda20a7
|
@ -49,6 +49,7 @@
|
|||
#include "vircommand.h"
|
||||
#include "virlog.h"
|
||||
#include "virstring.h"
|
||||
#include "virscsi.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_SECURITY
|
||||
#define SECURITY_APPARMOR_VOID_DOI "0"
|
||||
|
|
Loading…
Reference in New Issue