mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
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
Block a user