Re: [Xen-devel] [PATCH 4/5] tmem: don't assume stdbool.h is included

2016-03-15 Thread Jan Beulich
>>> On 14.03.16 at 21:29, wrote: > tmem_xen.h assumes that all users will have already included stdbool.h > which might not always be true. Wait, no - stdbool.h is not supposed to be included in code other than such shared with the tool stack. I see ARM has gained some of

[Xen-devel] [PATCH 4/5] tmem: don't assume stdbool.h is included

2016-03-14 Thread Doug Goldstein
tmem_xen.h assumes that all users will have already included stdbool.h which might not always be true. Signed-off-by: Doug Goldstein --- CC: Konrad Rzeszutek Wilk --- xen/include/xen/tmem_xen.h | 1 + 1 file changed, 1 insertion(+) diff --git