[libvirt PATCH] bhyve: utils: use relative path for virclosecallbacks.h

Ján Tomko posted 1 patch 4 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/49f4d54951f1b8402fba316d97a8ff6c515357fb.1582572013.git.jtomko@redhat.com
src/bhyve/bhyve_utils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] bhyve: utils: use relative path for virclosecallbacks.h
Posted by Ján Tomko 4 years, 1 month ago
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
---
Pushed as a build fix.

 src/bhyve/bhyve_utils.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bhyve/bhyve_utils.h b/src/bhyve/bhyve_utils.h
index 8dda6062b5..f3e80b6121 100644
--- a/src/bhyve/bhyve_utils.h
+++ b/src/bhyve/bhyve_utils.h
@@ -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"
-- 
2.24.1