libxc: Fix stub domain build breakage
authorAravindh Puthiyaparambil <aravindp@cisco.com>
Fri, 4 Jul 2014 03:15:03 +0000 (20:15 -0700)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 4 Jul 2014 08:47:01 +0000 (09:47 +0100)
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@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Aravindh Puthiyaparambil <aravindp@cisco.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/xc_dom_decompress_unsafe_lzo1x.c

index 57c73e30c14b5c04cb2efda9ef698a80af4f2305..59888b9da286a1be97334399f74027a075c5c4f4 100644 (file)
@@ -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