[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] [PATCH 3/4] Build fix for 'driver.c' when building with loadable modules
- From: Maximilian Wilhelm <max rfc2324 org>
- To: libvir-list redhat com
- Cc: photon upb de
- Subject: [libvirt] [PATCH 3/4] Build fix for 'driver.c' when building with loadable modules
- Date: Fri, 13 Feb 2009 23:27:18 +0100
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 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]