From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S12ak-0004RP-9n for qemu-devel@nongnu.org; Fri, 24 Feb 2012 16:22:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S12ai-0005hw-K3 for qemu-devel@nongnu.org; Fri, 24 Feb 2012 16:22:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S12ai-0005hq-CJ for qemu-devel@nongnu.org; Fri, 24 Feb 2012 16:22:12 -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 q1OLMBGD023211 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Feb 2012 16:22:11 -0500 From: Alon Levy Date: Fri, 24 Feb 2012 23:22:03 +0200 Message-Id: <1330118525-14522-2-git-send-email-alevy@redhat.com> In-Reply-To: <1330118525-14522-1-git-send-email-alevy@redhat.com> References: <1330118525-14522-1-git-send-email-alevy@redhat.com> Subject: [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: qemu-devel@nongnu.org, lcapitulino@redhat.com, kraxel@redhat.com, armbru@redhat.com Signed-off-by: Alon Levy --- 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" -- 1.7.9.1