From: Olaf Hering Date: Fri, 3 Mar 2017 08:52:09 +0000 (+0000) Subject: tools/xenstore: define off_t X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2573 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9d686d1269faea0447f48ed2ce789c4a06756e07;p=xen.git tools/xenstore: define off_t talloc.h uses off_t, but did not include . Signed-off-by: Olaf Hering Acked-by: Wei Liu --- diff --git a/tools/xenstore/talloc.h b/tools/xenstore/talloc.h index c849bf61af..71a36e7be0 100644 --- a/tools/xenstore/talloc.h +++ b/tools/xenstore/talloc.h @@ -24,6 +24,8 @@ License along with this library; If not, see . */ +#include + /* this is only needed for compatibility with the old talloc */ typedef void TALLOC_CTX;