From 2d587c4b74871a2aea0e68f35faa68b460310b29 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 4706b3aa831..e0a19723f28 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