
16 Feb
2009
16 Feb
'09
12:33 p.m.
Maximilian Wilhelm <max@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@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