From d4bc6e65392a461233c288ed116ef53e1d140a42 Mon Sep 17 00:00:00 2001 From: Frank Blanning Date: Thu, 12 Jan 2023 17:35:43 +0200 Subject: [PATCH] remove undeclared struct warning (#4) --- app/include/zmk/split/bluetooth/central.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/include/zmk/split/bluetooth/central.h b/app/include/zmk/split/bluetooth/central.h index 5e9e09ff6a12..3e8c3d591af5 100644 --- a/app/include/zmk/split/bluetooth/central.h +++ b/app/include/zmk/split/bluetooth/central.h @@ -3,6 +3,8 @@ #include #include +#include +#include #if IS_ENABLED(CONFIG_ZMK_SPLIT_PERIPHERAL_HID_INDICATORS) #include