From: Ian Jackson Date: Fri, 30 May 2008 16:49:01 +0000 (+0100) Subject: xs_wire.h needs errno.h X-Git-Tag: xen-3.3.0-rc1~134 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f07ba144e17ed86c241df96120dcb1c30cb71788;p=qemu-xen-4.5-testing.git xs_wire.h needs errno.h --- diff --git a/xen-config-host.h b/xen-config-host.h index 2abb19b4c..9fe828923 100644 --- a/xen-config-host.h +++ b/xen-config-host.h @@ -1,6 +1,8 @@ extern char domain_name[64]; extern int domid; +#include + #define bool xen_bool #include "xenctrl.h" #include "xs.h"