From: Roger Pau Monne Date: Wed, 16 Apr 2014 14:13:20 +0000 (+0200) Subject: xenstore: add some missing headers X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5080 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b28de55770b09bd40612b964ea8c85916dba1aa7;p=xen.git xenstore: add some missing headers 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 --- 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"