qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 29/49] explicitly include hw/qdev-core.h


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 29/49] explicitly include hw/qdev-core.h
Date: Wed, 16 Mar 2016 11:46:39 +0100

Signed-off-by: Paolo Bonzini <address@hidden>
---
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]