From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T10dH-0000oM-O6 for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:49:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T10dF-0003oG-HF for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:48:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T10dF-0003oA-9G for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:48:57 -0400 From: Luiz Capitulino Date: Mon, 13 Aug 2012 16:48:38 -0300 Message-Id: <1344887349-13041-18-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1344887349-13041-1-git-send-email-lcapitulino@redhat.com> References: <1344887349-13041-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 17/48] block: block_int: include qerror.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org Several block/ files are relying on qerror.h being provided by qapi-types.h. Fix this, as a future commit will change qapi-types.h not to provide qerror.h. Signed-off-by: Luiz Capitulino Reviewed-by: Markus Armbruster --- block_int.h | 1 + 1 file changed, 1 insertion(+) diff --git a/block_int.h b/block_int.h index 6c1d9ca..4452f6f 100644 --- a/block_int.h +++ b/block_int.h @@ -30,6 +30,7 @@ #include "qemu-coroutine.h" #include "qemu-timer.h" #include "qapi-types.h" +#include "qerror.h" #define BLOCK_FLAG_ENCRYPT 1 #define BLOCK_FLAG_COMPAT6 4 -- 1.7.11.2.249.g31c7954.dirty