From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwAzs-0001nF-EJ for qemu-devel@nongnu.org; Wed, 24 Aug 2011 06:47:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwAzr-0007cA-Cm for qemu-devel@nongnu.org; Wed, 24 Aug 2011 06:47:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwAzr-0007c6-4T for qemu-devel@nongnu.org; Wed, 24 Aug 2011 06:47:47 -0400 Message-ID: <4E54D6CF.2060908@redhat.com> Date: Wed, 24 Aug 2011 13:47:43 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1314180683-8227-1-git-send-email-avi@redhat.com> <1314180683-8227-22-git-send-email-avi@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 21/24] mcf5208: convert to memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On 08/24/2011 01:35 PM, Peter Maydell wrote: > On 24 August 2011 11:11, Avi Kivity wrote: > > diff --git a/hw/mcf5208.c b/hw/mcf5208.c > > index f4d4fbd..73c6961 100644 > > --- a/hw/mcf5208.c > > +++ b/hw/mcf5208.c > > @@ -5,6 +5,7 @@ > > * > > * This code is licensed under the GPL > > */ > > +#include > > #include "hw.h" > > #include "mcf.h" > > #include "qemu-timer.h" > > You shouldn't need to include glib.h here, I think? hw.h includes qemu-common.h > which includes glib.h. > My preference is not to depend on indirect includes; but I can remove this include if it's disliked by many. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.