From b7504d081e19f4105af3784be2a3fbb6dcc3b0da Mon Sep 17 00:00:00 2001 From: Nicholas Piggin Date: Thu, 9 Dec 2021 00:15:57 +1000 Subject: hw/lpc: fix compilation error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Compilation can fail when building tests if the opal-api.h include is not pulled in via headers. Include it directly. Signed-off-by: Nicholas Piggin Signed-off-by: Cédric Le Goater --- hw/lpc-port80h.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/lpc-port80h.c b/hw/lpc-port80h.c index 0d1fee9..0d51ad3 100644 --- a/hw/lpc-port80h.c +++ b/hw/lpc-port80h.c @@ -7,6 +7,7 @@ #define pr_fmt(fmt) "Port80h: " fmt +#include #include #include #include -- cgit v1.1