From: Pavel Hrdina Date: Wed, 30 Apr 2014 08:16:09 +0000 (+0200) Subject: networkxml2firewalltest: fix build failure on freebsd X-Git-Tag: v1.2.4~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8eb5146de20063d1689c56310a54ca775a0ba3f;p=thirdparty%2Flibvirt.git networkxml2firewalltest: fix build failure on freebsd We need to include the testutils.h also for freebsd. Signed-off-by: Pavel Hrdina --- diff --git a/tests/networkxml2firewalltest.c b/tests/networkxml2firewalltest.c index 9255e0149c..1225c443df 100644 --- a/tests/networkxml2firewalltest.c +++ b/tests/networkxml2firewalltest.c @@ -21,9 +21,10 @@ #include +#include "testutils.h" + #if defined (__linux__) -# include "testutils.h" # include "network/bridge_driver_platform.h" # include "virbuffer.h"