From: Ian Campbell Date: Wed, 27 Jan 2016 17:06:09 +0000 (+0000) Subject: xenstore: add stddef.h to xenstore_lib.h X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0f2b207d464f6b2a3508934a86b79557d3d0f0fd;p=people%2Fliuw%2Flibxenctrl-split%2Fxen.git xenstore: add stddef.h to xenstore_lib.h xs_perm_to_string takes a size_t which isn't defined by anything pulled in directly by this header. Given the other headers xenstore_lib.h pulls in this looks to be an oversight rather than a deliberate policy. Signed-off-by: Ian Campbell Acked-by: Wei Liu --- diff --git a/tools/xenstore/include/xenstore_lib.h b/tools/xenstore/include/xenstore_lib.h index 5a10c6c937..462b7b9d40 100644 --- a/tools/xenstore/include/xenstore_lib.h +++ b/tools/xenstore/include/xenstore_lib.h @@ -19,6 +19,7 @@ #ifndef XENSTORE_LIB_H #define XENSTORE_LIB_H +#include #include #include #include