From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ag8zB-0003CC-Vj for qemu-devel@nongnu.org; Wed, 16 Mar 2016 06:47:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ag8zB-00028u-2i for qemu-devel@nongnu.org; Wed, 16 Mar 2016 06:47:29 -0400 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:33657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ag8zA-00028m-Sa for qemu-devel@nongnu.org; Wed, 16 Mar 2016 06:47:29 -0400 Received: by mail-wm0-x230.google.com with SMTP id l68so183845947wml.0 for ; Wed, 16 Mar 2016 03:47:28 -0700 (PDT) Received: from 640k.lan (94-39-161-17.adsl-ull.clienti.tiscali.it. [94.39.161.17]) by smtp.gmail.com with ESMTPSA id wr2sm2418094wjc.49.2016.03.16.03.47.27 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Mar 2016 03:47:27 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 16 Mar 2016 11:46:32 +0100 Message-Id: <1458125219-131698-23-git-send-email-pbonzini@redhat.com> In-Reply-To: <1458125219-131698-1-git-send-email-pbonzini@redhat.com> References: <1458125219-131698-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 22/49] m68k: include cpu-qom.h in files that require M68KCPU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Paolo Bonzini --- include/hw/m68k/mcf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/hw/m68k/mcf.h b/include/hw/m68k/mcf.h index fbc8dc2..0f0d228 100644 --- a/include/hw/m68k/mcf.h +++ b/include/hw/m68k/mcf.h @@ -2,6 +2,8 @@ #define HW_MCF_H /* Motorola ColdFire device prototypes. */ +#include "target-m68k/cpu-qom.h" + struct MemoryRegion; /* mcf_uart.c */ -- 1.8.3.1