From f07ba144e17ed86c241df96120dcb1c30cb71788 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 30 May 2008 17:49:01 +0100 Subject: [PATCH] xs_wire.h needs errno.h --- xen-config-host.h | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5