]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Build fix for 'driver.c' when building with loadable modules
authorJim Meyering <meyering@redhat.com>
Tue, 17 Feb 2009 10:43:26 +0000 (10:43 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 17 Feb 2009 10:43:26 +0000 (10:43 +0000)
commit73619269ae217fb79d8b0c93fdac1d411b90bff6
treedeeec29b363eef2130a41615783bdff3e9328cd4
parent81ba67b2b6371bee942f0362da46bad0d0106d32
Build fix for 'driver.c' when building with loadable modules

The 'asprintf' -> 'virAsprintf' transition made in
[043d702f] "use virAsprintf instead of asprintf" introducted
a build error for 'driver.c' as 'util.h' has to be included.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
ChangeLog
src/driver.c