]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
xenstore: add stddef.h to xenstore_lib.h
authorIan Campbell <ian.campbell@citrix.com>
Wed, 27 Jan 2016 17:06:09 +0000 (17:06 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 3 Feb 2016 11:24:54 +0000 (11:24 +0000)
commit0f2b207d464f6b2a3508934a86b79557d3d0f0fd
treefe5767cee30b3b729a8e384b1aeb732df7d209bc
parent164bc9aecc94922f87bf0f740e2ce1b0af35cb29
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 <ian.campbell@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/xenstore/include/xenstore_lib.h