[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1/1] libxc: Fix stub domain build breakage
Commit 447f613c (lzo: update LZO compression to current upstream version) broke the stub domain build. This patch fixes the build breakage. Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Cc: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> Cc: Jan Beulich <jbeulich@xxxxxxxx> Signed-off-by: Aravindh Puthiyaparambil <aravindp@xxxxxxxxx> --- tools/libxc/xc_dom_decompress_unsafe_lzo1x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c b/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c index 57c73e3..59888b9 100644 --- a/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c +++ b/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c @@ -10,6 +10,7 @@ typedef uint8_t u8; typedef uint32_t u32; typedef uint16_t u16; +typedef uint64_t u64; #define likely(a) a #define noinline -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |