Fix the build failure

Commit 16251193af forgot to include "virstring.h". Pushed under
build-breaker rule.
This commit is contained in:
Osier Yang 2013-05-23 19:58:28 +08:00
parent 0a24028f11
commit 4756228247

View File

@ -45,6 +45,7 @@
#include "viralloc.h"
#include "virerror.h"
#include "virlog.h"
#include "virstring.h"
#define VIR_FROM_THIS VIR_FROM_RPC