From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWqTK-0002oL-KK for qemu-devel@nongnu.org; Fri, 09 Nov 2012 10:26:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWqTE-00073w-SI for qemu-devel@nongnu.org; Fri, 09 Nov 2012 10:26:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWqTE-00073p-KA for qemu-devel@nongnu.org; Fri, 09 Nov 2012 10:26:12 -0500 From: Eduardo Habkost Date: Fri, 9 Nov 2012 12:56:36 -0200 Message-Id: <1352473012-20500-9-git-send-email-ehabkost@redhat.com> In-Reply-To: <1352473012-20500-1-git-send-email-ehabkost@redhat.com> References: <1352473012-20500-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 08/24] vnc-palette.h: include List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, riku.voipio@iki.fi, blauwirbel@gmail.com, Anthony Liguori , Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= is needed for the 'bool' type, used in the header. The header is probably being included by accident because some other headers are including qemu-common.h, but those headers should eventually stop including qemu-common.h. Signed-off-by: Eduardo Habkost --- ui/vnc-palette.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/vnc-palette.h b/ui/vnc-palette.h index 3260885..b82dc5d 100644 --- a/ui/vnc-palette.h +++ b/ui/vnc-palette.h @@ -32,6 +32,7 @@ #include "qlist.h" #include "qemu-queue.h" #include +#include #define VNC_PALETTE_HASH_SIZE 256 #define VNC_PALETTE_MAX_SIZE 256 -- 1.7.11.7