From a5dfd653b912e7dbac34f1e7857301b08328191d 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 5e9e09ff6a1..3e8c3d591af 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