From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2TCB-0006d3-KM for qemu-devel@nongnu.org; Tue, 28 Feb 2012 14:58:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2TC9-0008Jw-US for qemu-devel@nongnu.org; Tue, 28 Feb 2012 14:58:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2TC9-0008Jh-Lu for qemu-devel@nongnu.org; Tue, 28 Feb 2012 14:58:45 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1SJwiMj028836 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 Feb 2012 14:58:44 -0500 Date: Tue, 28 Feb 2012 16:58:46 -0300 From: Luiz Capitulino Message-ID: <20120228165846.6b169003@doriath.home> In-Reply-To: <1330118525-14522-2-git-send-email-alevy@redhat.com> References: <1330118525-14522-1-git-send-email-alevy@redhat.com> <1330118525-14522-2-git-send-email-alevy@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/4] qjson.h: include compiler.h for GCC_FMT_ATTR List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: armbru@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com On Fri, 24 Feb 2012 23:22:03 +0200 Alon Levy wrote: > Signed-off-by: Alon Levy Acked-by: Luiz Capitulino Or, I can apply it in my queue if you allow me to cherry pick. > --- > qjson.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/qjson.h b/qjson.h > index 65b10ea..1190d8a 100644 > --- a/qjson.h > +++ b/qjson.h > @@ -15,6 +15,7 @@ > #define QJSON_H > > #include > +#include "compiler.h" > #include "qobject.h" > #include "qstring.h" >