From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR54P-0008M6-LP for qemu-devel@nongnu.org; Wed, 24 Oct 2012 13:48:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR54J-0002q4-GX for qemu-devel@nongnu.org; Wed, 24 Oct 2012 13:48:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR54J-0002pT-6Y for qemu-devel@nongnu.org; Wed, 24 Oct 2012 13:48:39 -0400 From: Eduardo Habkost Date: Wed, 24 Oct 2012 15:49:36 -0200 Message-Id: <1351101001-14589-3-git-send-email-ehabkost@redhat.com> In-Reply-To: <1351101001-14589-1-git-send-email-ehabkost@redhat.com> References: <1351101001-14589-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 02/27] cpus.h: include qemu-stdio.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Paolo Bonzini Needed for the definition of fprint_function. This is not necessary right now, but it will be necessary if code that doesn't include cpu-common.h includes cpus.h. Signed-off-by: Eduardo Habkost --- cpus.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpus.h b/cpus.h index 81bd817..b7c3708 100644 --- a/cpus.h +++ b/cpus.h @@ -1,6 +1,8 @@ #ifndef QEMU_CPUS_H #define QEMU_CPUS_H +#include "qemu-stdio.h" + /* cpus.c */ void qemu_init_cpu_loop(void); void resume_all_vcpus(void); -- 1.7.11.7