summaryrefslogtreecommitdiff
path: root/tests/nodedevxml2xmltest.c
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2013-04-03 12:36:23 +0200
committerMichal Privoznik <mprivozn@redhat.com>2013-05-02 16:56:55 +0200
commit7c9a2d88cd80211cfc71e31489397c902fe3c997 (patch)
tree2e71a1510b95e219b9a52c6fb2bfd6a883032378 /tests/nodedevxml2xmltest.c
parent297c99a5676c32d3d98c08c24499271c52fbb3fb (diff)
downloadlibvirt-7c9a2d88cd80211cfc71e31489397c902fe3c997.tar.gz
virutil: Move string related functions to virstring.c
The source code base needs to be adapted as well. Some files include virutil.h just for the string related functions (here, the include is substituted to match the new file), some include virutil.h without any need (here, the include is removed), and some require both.
Diffstat (limited to 'tests/nodedevxml2xmltest.c')
-rw-r--r--tests/nodedevxml2xmltest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/nodedevxml2xmltest.c b/tests/nodedevxml2xmltest.c
index 38f2e9a027..e81c617974 100644
--- a/tests/nodedevxml2xmltest.c
+++ b/tests/nodedevxml2xmltest.c
@@ -12,6 +12,7 @@
#include "testutils.h"
#include "node_device_conf.h"
#include "testutilsqemu.h"
+#include "virstring.h"
static int
testCompareXMLToXMLFiles(const char *xml)