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

Maximilian Wilhelm max at rfc2324.org
Fri Feb 13 22:27:18 UTC 2009


  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"
 
 #define DEFAULT_DRIVER_DIR LIBDIR "/libvirt/drivers"
 
-- 
1.5.6.5




More information about the libvir-list mailing list