From 45a3a93ba807a9330a3ed164bfa082c4f779be9b Mon Sep 17 00:00:00 2001 From: SashegDev Date: Mon, 7 Sep 2026 09:05:54 +0000 Subject: [PATCH] saimaa: fix units.h, load_elf pflags, uart chardev, sbl1 prop --- qemu/saimaa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/saimaa.c b/qemu/saimaa.c index 87cb428..8692e15 100644 --- a/qemu/saimaa.c +++ b/qemu/saimaa.c @@ -4,6 +4,7 @@ * Most peripherals are trace-stubs; UART prints to stdio. */ #include "qemu/osdep.h" +#include "qemu/units.h" #include "qapi/error.h" #include "hw/arm/boot.h" #include "hw/boards.h"