mirror of https://gitee.com/openkylin/libvirt.git
Fix the build failure
Commit 16251193af
forgot to include "virstring.h". Pushed under
build-breaker rule.
This commit is contained in:
parent
0a24028f11
commit
4756228247
|
@ -45,6 +45,7 @@
|
|||
#include "viralloc.h"
|
||||
#include "virerror.h"
|
||||
#include "virlog.h"
|
||||
#include "virstring.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_RPC
|
||||
|
||||
|
|
Loading…
Reference in New Issue