提交 cc8f9e67 编写于 作者: L Laine Stump

util: fix compile errors caused by moving string functions

commit 7c9a2d88 missed adding in a few #include "virstring.h"s, causing
builds to fail.
上级 7c9a2d88
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
#include "virfile.h" #include "virfile.h"
#include "md5.h" #include "md5.h"
#include "virconf.h" #include "virconf.h"
#include "virstring.h"
#include "configmake.h" #include "configmake.h"
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "virlog.h" #include "virlog.h"
#include "base64.h" #include "base64.h"
#include "viruuid.h" #include "viruuid.h"
#include "virstring.h"
#include "rados/librados.h" #include "rados/librados.h"
#include "rbd/librbd.h" #include "rbd/librbd.h"
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include "vircommand.h" #include "vircommand.h"
#include "viralloc.h" #include "viralloc.h"
#include "virlog.h" #include "virlog.h"
#include "virstring.h"
#define VIR_FROM_THIS VIR_FROM_STORAGE #define VIR_FROM_THIS VIR_FROM_STORAGE
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include "internal.h" #include "internal.h"
#include "testutils.h" #include "testutils.h"
#include "storage/storage_backend_sheepdog.h" #include "storage/storage_backend_sheepdog.h"
#include "virstring.h"
typedef struct { typedef struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册