From b28de55770b09bd40612b964ea8c85916dba1aa7 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Wed, 16 Apr 2014 16:13:20 +0200 Subject: [PATCH] xenstore: add some missing headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit xs_tdb_dump.c was including tdb.h, which makes use of dev_t and ino_t, which are defined in sys/types.h. Signed-off-by: Roger Pau Monné Cc: Ian Jackson Cc: Ian Campbell Acked-by: Ian Campbell --- tools/xenstore/xs_tdb_dump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xenstore/xs_tdb_dump.c b/tools/xenstore/xs_tdb_dump.c index 7aa7158595..b91cdef3a0 100644 --- a/tools/xenstore/xs_tdb_dump.c +++ b/tools/xenstore/xs_tdb_dump.c @@ -5,6 +5,7 @@ #include #include #include +#include #include "xenstore_lib.h" #include "tdb.h" #include "talloc.h" -- 2.30.2