From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ag8zI-0003OY-If for qemu-devel@nongnu.org; Wed, 16 Mar 2016 06:47:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ag8zH-0002CS-Pa for qemu-devel@nongnu.org; Wed, 16 Mar 2016 06:47:36 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:33707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ag8zH-0002CJ-K4 for qemu-devel@nongnu.org; Wed, 16 Mar 2016 06:47:35 -0400 Received: by mail-wm0-x229.google.com with SMTP id l68so183850332wml.0 for ; Wed, 16 Mar 2016 03:47:35 -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.33 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Mar 2016 03:47:34 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 16 Mar 2016 11:46:39 +0100 Message-Id: <1458125219-131698-30-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 29/49] explicitly include hw/qdev-core.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Paolo Bonzini --- bootdevice.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bootdevice.c b/bootdevice.c index 2e83ff0..bb9c08e 100644 --- a/bootdevice.c +++ b/bootdevice.c @@ -28,6 +28,7 @@ #include "qapi/visitor.h" #include "qemu/error-report.h" #include "hw/hw.h" +#include "hw/qdev-core.h" typedef struct FWBootEntry FWBootEntry; -- 1.8.3.1