mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 22:25:25 +00:00
Add missing domain_conf.h include in security_manager.h
The security_manager.h header is not self-contained because it uses the virDomainDefPtr without first including domain_conf.h Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
aa5bd8b9b9
commit
fd016806df
@ -23,6 +23,8 @@
|
||||
#ifndef VIR_SECURITY_MANAGER_H__
|
||||
# define VIR_SECURITY_MANAGER_H__
|
||||
|
||||
# include "domain_conf.h"
|
||||
|
||||
typedef struct _virSecurityManager virSecurityManager;
|
||||
typedef virSecurityManager *virSecurityManagerPtr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user