]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: Fix build when WITH_HAL is defined
authorJim Fehlig <jfehlig@suse.com>
Thu, 2 May 2013 21:54:22 +0000 (15:54 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 2 May 2013 22:00:07 +0000 (16:00 -0600)
Commit 7c9a2d88 missed inclusion of virstring.h in a few places
when WITH_HAL is defined, causing build failures.

src/node_device/node_device_driver.c
src/node_device/node_device_hal.c

index 95df2e5a7fa22f1b32b0a1461d73c69c6a2f0a91..05dc49c59523cd925a465d80f3102be6bd8cadee 100644 (file)
@@ -33,6 +33,7 @@
 #include "datatypes.h"
 #include "viralloc.h"
 #include "virlog.h"
+#include "virstring.h"
 #include "node_device_conf.h"
 #include "node_device_hal.h"
 #include "node_device_driver.h"
index 63245a9c144c8ff5032460b8f50d493850575cf5..8c77cc3aa89a50bc9a3378c75c5a4a01fc3bcce6 100644 (file)
@@ -39,6 +39,7 @@
 #include "virlog.h"
 #include "node_device_driver.h"
 #include "virdbus.h"
+#include "virstring.h"
 
 #define VIR_FROM_THIS VIR_FROM_NODEDEV