# HG changeset patch # User Anthony Liguori # Node ID 50540a0583f3d7837e4eb5ea9843f53636b58f29 # Parent 18897c2522a91e0c8c2486f0bb6fc70670d81a86 Fix up a few more places where headers need to be explicit. diff -r 18897c2522a9 -r 50540a0583f3 tools/xenstore/xenstored_domain.c --- a/tools/xenstore/xenstored_domain.c Tue Oct 11 10:44:33 2005 -0500 +++ b/tools/xenstore/xenstored_domain.c Tue Oct 11 10:51:26 2005 -0500 @@ -36,6 +36,7 @@ #include "xenstored_watch.h" #include "xenstored_test.h" +#include #include static int *xc_handle; diff -r 18897c2522a9 -r 50540a0583f3 tools/xenstore/xs_lib.h --- a/tools/xenstore/xs_lib.h Tue Oct 11 10:44:33 2005 -0500 +++ b/tools/xenstore/xs_lib.h Tue Oct 11 10:51:26 2005 -0500 @@ -41,6 +41,7 @@ #endif +#include #include /* Bitmask of permissions. */