Patrick Rudolph (siro@das-labor.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14507
-gerrit
commit 45e35a142945325d309f71074a5a1d747c419d57 Author: Patrick Rudolph siro@das-labor.org Date: Mon Apr 25 12:17:55 2016 +0200
qemu-0.15.x/serialice: Fix compilation warnings
Include the required header to fix compiler warnings.
Change-Id: I39085719ca81fb4592138fc254ada6caaecb2fc7 Signed-off-by: Patrick Rudolph siro@das-labor.org --- qemu-0.15.x/serialice.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/qemu-0.15.x/serialice.c b/qemu-0.15.x/serialice.c index 398f378..793951f 100644 --- a/qemu-0.15.x/serialice.c +++ b/qemu-0.15.x/serialice.c @@ -35,6 +35,7 @@
/* Local includes */ #include "hw/hw.h" +#include "cpu.h" #include "hw/loader.h" #include "hw/pc.h" #include "hw/boards.h"