[libvirt] [PATCH 2/2] networkxml2firewalltest: fix build failure on freebsd

Pavel Hrdina phrdina at redhat.com
Wed Apr 30 08:51:02 UTC 2014


We need to include the testutils.h also for freebsd.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---

Pushed as build breaker.

 tests/networkxml2firewalltest.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/networkxml2firewalltest.c b/tests/networkxml2firewalltest.c
index 9255e01..1225c44 100644
--- a/tests/networkxml2firewalltest.c
+++ b/tests/networkxml2firewalltest.c
@@ -21,9 +21,10 @@
 
 #include <config.h>
 
+#include "testutils.h"
+
 #if defined (__linux__)
 
-# include "testutils.h"
 # include "network/bridge_driver_platform.h"
 # include "virbuffer.h"
 
-- 
1.8.3.2




More information about the libvir-list mailing list