[libvirt] [PATCH 3/4] Build fix for 'driver.c' when building with loadable modules

Jim Meyering jim at meyering.net
Mon Feb 16 11:33:22 UTC 2009


Maximilian Wilhelm <max at rfc2324.org> wrote:
>   The 'asprintf' -> 'virAsprintf' transition made in
>   commit 9e5d9950a1c5069d3cc908a7316d86a2d501d8a9 introducted
>   a build error for 'driver.c' as 'util.h' has to be included.
>
> Signed-off-by: Maximilian Wilhelm <max at rfc2324.org>
> ---
>  src/driver.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/driver.c b/src/driver.c
> index fda64dd..f9f9c7c 100644
> --- a/src/driver.c
> +++ b/src/driver.c
> @@ -27,6 +27,7 @@
>  #include "driver.h"
>  #include "memory.h"
>  #include "logging.h"
> +#include "util.h"

Thanks.
I'll apply this shortly.
I note that it's required when you've configured with
--with-driver-modules




More information about the libvir-list mailing list