From: Gianni Tedesco Date: Mon, 1 Nov 2010 18:13:31 +0000 (+0000) Subject: libxl: fix build since 22325:4ac03710fc32 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11300 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7c5f9bb2b5b61b36f7ab5fa1c1fa10ec93a8805e;p=xen.git libxl: fix build since 22325:4ac03710fc32 "libxl: Fix migration of HVM guests" introduces a stat call without including Signed-off-by: Ian Jackson --- diff --git a/tools/libxl/libxl_dom.c b/tools/libxl/libxl_dom.c index bbba8057e8..6329942db5 100644 --- a/tools/libxl/libxl_dom.c +++ b/tools/libxl/libxl_dom.c @@ -22,6 +22,7 @@ #include #include #include /* for struct timeval */ +#include /* for stat */ #include /* for sleep(2) */ #include