From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: [PATCH][TRIVIAL] Include by default in xc.h Date: Wed, 22 Jun 2005 22:10:48 -0500 Message-ID: <42BA2838.1080805@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090705080106060806030702" Return-path: 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 List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------090705080106060806030702 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Normal users of xc_domain_create() will have to get at ACM_DEFAULT_SSID which is defined in . This is a trivial patch to make sure xc.h includes so that it remains self-contained. The xc bindings have not needed this since they use 0xffffffff instead of the appropriate macro. Signed-off-by: Anthony Liguori Regards, Anthony Liguori --------------090705080106060806030702 Content-Type: text/x-patch; name="xc_acm.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xc_acm.diff" --- tools/libxc/xc.h~ 2005-06-22 14:45:33.000000000 -0500 +++ tools/libxc/xc.h 2005-06-22 22:04:40.091377216 -0500 @@ -25,6 +25,7 @@ #include #include #include +#include /* * DEFINITIONS FOR CPU BARRIERS --------------090705080106060806030702 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------090705080106060806030702--