projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d8ab6b
)
xenstore: add some missing headers
author
Roger Pau Monne
<roger.pau@citrix.com>
Wed, 16 Apr 2014 14:13:20 +0000
(16:13 +0200)
committer
Ian Campbell
<ian.campbell@citrix.com>
Fri, 2 May 2014 12:34:34 +0000
(13:34 +0100)
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é <roger.pau@citrix.com>
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/xenstore/xs_tdb_dump.c
patch
|
blob
|
history
diff --git
a/tools/xenstore/xs_tdb_dump.c
b/tools/xenstore/xs_tdb_dump.c
index 7aa7158595c85b7ae6df17b8ea62f470c7125357..b91cdef3a0d2162a77fa076e9e00195582b6acdd 100644
(file)
--- a/
tools/xenstore/xs_tdb_dump.c
+++ b/
tools/xenstore/xs_tdb_dump.c
@@
-5,6
+5,7
@@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
+#include <sys/types.h>
#include "xenstore_lib.h"
#include "tdb.h"
#include "talloc.h"