@samitouri / QOSamiQemu / commits / 701e8d1ee9

user/guest-host: Include exec/abi_ptr.h

The COMPILING_PER_TARGET block uses the abi_ptr type without including the proper header. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Message-ID: <20260717232306.378988-2-richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>

Richard Henderson committed Jul 17, 2026 at 16:22 UTC 701e8d1ee92033632868d80283a5a383641c3375
1 file changed +1
include/user/guest-host.h
+1
@@ -80,6 +80,7 @@ static inline bool guest_range_valid_untagged_vaddr(vaddr start, vaddr len)
80 })
81
82 #ifdef COMPILING_PER_TARGET
83 +#include "exec/abi_ptr.h"
84
85 /*
86 * These functions take the guest virtual address as an abi_ptr. This