]> xenbits.xensource.com Git - qemu-xen-4.5-testing.git/commitdiff
xs_wire.h needs errno.h
authorIan Jackson <ian@davenant.greenend.org.uk>
Fri, 30 May 2008 16:49:01 +0000 (17:49 +0100)
committerIan Jackson <iwj@mariner.uk.xensource.com>
Fri, 30 May 2008 16:49:01 +0000 (17:49 +0100)
xen-config-host.h

index 2abb19b4c311268e2898e6cdeb5df9c87548ef0d..9fe82892305f005ad9a25650570d44ce16bbdaeb 100644 (file)
@@ -1,6 +1,8 @@
 extern char domain_name[64];
 extern int domid;
 
+#include <errno.h>
+
 #define bool xen_bool
 #include "xenctrl.h"
 #include "xs.h"