This works around a faulty HAVE_REGISTER_T in rump so the rump.h
header can be included without errors.

---
 rumpdisk/block-rump.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rumpdisk/block-rump.c b/rumpdisk/block-rump.c
index 398289fb..a586a6e0 100644
--- a/rumpdisk/block-rump.c
+++ b/rumpdisk/block-rump.c
@@ -31,6 +31,7 @@
 #include <device/device.h>
 
 #define MACH_INCLUDE
+#define _STANDALONE
 
 #include "libmachdev/machdev.h"
 #include <rump/rump.h>
-- 
2.33.1


Reply via email to