1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-04-01 20:05:19 +00:00

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: 25c29ac2f5842a7d48d9f9619317f68acf5d9995
This commit is contained in:
Ján Tomko 2020-02-24 20:16:24 +01:00
parent c0f6bb0168
commit 49f4d54951

View File

@ -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"