提交 71631435 编写于 作者: M Martin Kletzander

Fix build without xen

Commit 11567cf6 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: NMartin Kletzander <mkletzan@redhat.com>
上级 b63c7a0b
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册