From 3bbd9cc8e69e27d8ad8dbb510edb964d4334f77d Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Mon, 15 Jul 2024 09:01:21 +0900 Subject: [PATCH] Fix build error on Unified-X Change-Id: Ib77b0df51cf6d6a78b2be2c8302230ec13c15bed Signed-off-by: Wootak Jung --- src/hal-api-bluetooth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hal-api-bluetooth.c b/src/hal-api-bluetooth.c index cab1988..c6c4da3 100644 --- a/src/hal-api-bluetooth.c +++ b/src/hal-api-bluetooth.c @@ -1,4 +1,5 @@ #include +#include #include #include #include -- 2.34.1