util: fix compile errors caused by moving string functions

commit 7c9a2d8 missed adding in a few #include "virstring.h"s, causing
builds to fail.
This commit is contained in:
Laine Stump
2013-05-02 13:24:02 -04:00
parent 7c9a2d88cd
commit cc8f9e677c
4 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include "internal.h"
#include "testutils.h"
#include "storage/storage_backend_sheepdog.h"
#include "virstring.h"
typedef struct {