From 50b32e0e368746928a8288a1678cae10daa74e9c Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Wed, 3 Apr 2013 12:36:23 +0200 Subject: 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. --- libvirt-override.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt-override.c b/libvirt-override.c index 244b7ec..856789a 100644 --- a/libvirt-override.c +++ b/libvirt-override.c @@ -28,6 +28,7 @@ #include "virtypedparam.h" #include "ignore-value.h" #include "virutil.h" +#include "virstring.h" #ifndef __CYGWIN__ extern void initlibvirtmod(void); -- cgit