mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix build without xen
Commit 11567cf66f 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:
@@ -2,7 +2,9 @@
|
||||
# define _TESTUTILSXEN_H_
|
||||
|
||||
# include "capabilities.h"
|
||||
# include "libxl/libxl_capabilities.h"
|
||||
# ifdef WITH_LIBXL
|
||||
# include "libxl/libxl_capabilities.h"
|
||||
# endif
|
||||
|
||||
virCapsPtr testXenCapsInit(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user