mirror of https://gitee.com/openkylin/libvirt.git
vz: fixed build by including necessary headers
After eaf18f4c2
some functions changed their homes
Pushed under build breaking rule
This commit is contained in:
parent
3668526fa6
commit
ecdff2fd89
|
@ -51,6 +51,8 @@
|
|||
#include "virstring.h"
|
||||
#include "cpu/cpu.h"
|
||||
#include "virtypedparam.h"
|
||||
#include "virhostmem.h"
|
||||
#include "virhostcpu.h"
|
||||
|
||||
#include "vz_driver.h"
|
||||
#include "vz_utils.h"
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "domain_conf.h"
|
||||
#include "virtime.h"
|
||||
#include "virhostcpu.h"
|
||||
|
||||
#include "vz_sdk.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue