mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-20 11:48:28 -06:00
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:
parent
620e16760e
commit
e8eb5146de
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user