From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJP03-0004D4-M4 for qemu-devel@nongnu.org; Wed, 03 Oct 2012 09:28:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJOzs-0006ai-Ur for qemu-devel@nongnu.org; Wed, 03 Oct 2012 09:28:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJOzs-0006aB-Mu for qemu-devel@nongnu.org; Wed, 03 Oct 2012 09:28:20 -0400 From: Eduardo Habkost Date: Wed, 3 Oct 2012 10:29:01 -0300 Message-Id: <1349270954-4657-6-git-send-email-ehabkost@redhat.com> In-Reply-To: <1349270954-4657-1-git-send-email-ehabkost@redhat.com> References: <1349270954-4657-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [RFC 05/18] 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?= , Gleb Natapov , 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.4