]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
networkxml2firewalltest: fix build failure on freebsd
authorPavel Hrdina <phrdina@redhat.com>
Wed, 30 Apr 2014 08:16:09 +0000 (10:16 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 30 Apr 2014 08:16:09 +0000 (10:16 +0200)
We need to include the testutils.h also for freebsd.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
tests/networkxml2firewalltest.c

index 9255e0149cfe3d3bc5bf0d4bfbb7567b7b93aed9..1225c443df395dbedb1f4c2e1463d94617763f13 100644 (file)
 
 #include <config.h>
 
+#include "testutils.h"
+
 #if defined (__linux__)
 
-# include "testutils.h"
 # include "network/bridge_driver_platform.h"
 # include "virbuffer.h"