mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-30 16:35:24 +00: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…
x
Reference in New Issue
Block a user