From 43bba100c1073113852400b90cdea660c7d04f8c Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Mon, 8 Dec 2025 10:22:08 +0000 Subject: [PATCH] Fix missing header on linux --- host/host.c | 1 + 1 file changed, 1 insertion(+) diff --git a/host/host.c b/host/host.c index d5876a7..d6d2cc8 100644 --- a/host/host.c +++ b/host/host.c @@ -2,6 +2,7 @@ #include #include #include +#include #include #include #include "uvm32.h"