mirror of https://gitee.com/openkylin/libvirt.git
bhyve: utils: use relative path for virclosecallbacks.h
When moving virclosecallbacks to src/hypervisor, I did not
adjust all the possible includes in Makefiles.
Use a path relative to src to fix the build.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: 25c29ac2f5
This commit is contained in:
parent
c0f6bb0168
commit
49f4d54951
|
@ -26,7 +26,7 @@
|
|||
#include "configmake.h"
|
||||
#include "virdomainobjlist.h"
|
||||
#include "virthread.h"
|
||||
#include "virclosecallbacks.h"
|
||||
#include "hypervisor/virclosecallbacks.h"
|
||||
#include "virportallocator.h"
|
||||
|
||||
#define BHYVE_AUTOSTART_DIR SYSCONFDIR "/libvirt/bhyve/autostart"
|
||||
|
|
Loading…
Reference in New Issue