[libvirt] [PATCH] build: fix build error of src/libvirt.c

Hu Tao hutao at cn.fujitsu.com
Fri May 3 04:43:28 UTC 2013


On Thu, May 02, 2013 at 10:08:11PM -0600, Eric Blake wrote:
> On 05/02/2013 09:44 PM, Hu Tao wrote:
> > Following build error caused by commit 7c9a2d88:
> > 
> > libvirt.c: In function 'virConnectGetConfigFilePath':
> > libvirt.c:956:9: error: implicit declaration of function 'virGetUserConfigDirectory' [-Werror=implicit-function-declaration]
> 
> > +++ b/src/libvirt.c
> > @@ -63,6 +63,7 @@
> >  #include "viruri.h"
> >  #include "virthread.h"
> >  #include "virstring.h"
> > +#include "virutil.h"
> 
> This was already fixed in commit 348ac061.

Sorry, didn't notice that one(my git server has some latency).




More information about the libvir-list mailing list