mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -32,6 +32,7 @@
|
||||
#include "internal.h"
|
||||
#include "testutils.h"
|
||||
#include "storage/storage_backend_sheepdog.h"
|
||||
#include "virstring.h"
|
||||
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user