mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
Fix build without xen
Commit 11567cf66f36 introduced an include which will only work when building with xen (particularly libxl). However, that file is supposed to be includable from anywhere (as with other testutils* files. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
b63c7a0b39
commit
716314358a
@ -2,7 +2,9 @@
|
||||
# define _TESTUTILSXEN_H_
|
||||
|
||||
# include "capabilities.h"
|
||||
# ifdef WITH_LIBXL
|
||||
# include "libxl/libxl_capabilities.h"
|
||||
# endif
|
||||
|
||||
virCapsPtr testXenCapsInit(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user