vz: fixed build by including necessary headers

After eaf18f4c2 some functions changed their homes
Pushed under build breaking rule
This commit is contained in:
Maxim Nestratov 2016-06-10 20:21:18 +03:00
parent 3668526fa6
commit ecdff2fd89
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -31,6 +31,7 @@
#include "datatypes.h"
#include "domain_conf.h"
#include "virtime.h"
#include "virhostcpu.h"
#include "vz_sdk.h"