From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sypso-0001zf-Ol for qemu-devel@nongnu.org; Tue, 07 Aug 2012 15:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sypsn-0008Nw-EI for qemu-devel@nongnu.org; Tue, 07 Aug 2012 15:56:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sypsn-0008NQ-6g for qemu-devel@nongnu.org; Tue, 07 Aug 2012 15:56:01 -0400 From: Eduardo Habkost Date: Tue, 7 Aug 2012 16:56:39 -0300 Message-Id: <1344369413-9053-2-git-send-email-ehabkost@redhat.com> In-Reply-To: <1344369413-9053-1-git-send-email-ehabkost@redhat.com> References: <1344369413-9053-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [RFC 01/15] cpus.h: include cpu-common.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 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..061ff7f 100644 --- a/cpus.h +++ b/cpus.h @@ -1,6 +1,8 @@ #ifndef QEMU_CPUS_H #define QEMU_CPUS_H +#include "qemu-common.h" + /* cpus.c */ void qemu_init_cpu_loop(void); void resume_all_vcpus(void); -- 1.7.11.2