networkxml2firewalltest: fix build failure on freebsd

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

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina 2014-04-30 10:16:09 +02:00
parent 620e16760e
commit e8eb5146de

View File

@ -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"