On Fri, Aug 11, 2017 at 07:02:47PM +0100, Julien Grall wrote:
> While re-ordering the include alphabetically in arch/arm/domain.c, I got
> a complitation error because grant_table.h is using gfn_t before been
> defined:
> 
> In file included from domain.c:14:0:
> xen/xen/include/xen/grant_table.h:153:29: error: unknown type name ‘gfn_t’
>                              gfn_t *gfn, uint16_t *status);
>                              ^
> 
> Fix it by including xen/mm.h in it.
> 
> Signed-off-by: Julien Grall <julien.gr...@arm.com>

Acked-by: Wei Liu <wei.l...@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to