From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] stubdom: fix missing evtchn.h header Date: Wed, 9 Jul 2008 12:02:56 +0100 Message-ID: <20080709110256.GE4533@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org stubdom: fix missing evtchn.h header We actually do not need any since we include MiniOS' headers. Signed-off-by: Samuel Thibault diff -r 4743bfaa9259 tools/libxc/xc_minios.c --- a/tools/libxc/xc_minios.c Wed Jul 09 11:51:46 2008 +0100 +++ b/tools/libxc/xc_minios.c Wed Jul 09 12:02:07 2008 +0100 @@ -21,7 +21,6 @@ #include #include -#include #include #include #include