mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05: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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user