On 10.05.2022 12:15, Lin Liu wrote: > --- a/tools/libs/guest/xg_dom_decompress_unsafe_zstd.c > +++ b/tools/libs/guest/xg_dom_decompress_unsafe_zstd.c > @@ -31,7 +31,6 @@ typedef uint64_t __be64; > > #define __BYTEORDER_HAS_U64__ > #define __TYPES_H__ /* xen/types.h guard */ > -#include "../../xen/include/xen/byteorder/little_endian.h" > #define __ASM_UNALIGNED_H__ /* asm/unaligned.h guard */ > #include "../../xen/include/xen/unaligned.h" > #include "../../xen/include/xen/xxhash.h"
Doesn't this need to come ahead of what is now patch 5? Jan