From 9d686d1269faea0447f48ed2ce789c4a06756e07 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 3 Mar 2017 08:52:09 +0000 Subject: [PATCH] tools/xenstore: define off_t talloc.h uses off_t, but did not include . Signed-off-by: Olaf Hering Acked-by: Wei Liu --- tools/xenstore/talloc.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.5