From f050103369cb213599dcdd273a617efb2d9c759c Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Fri, 30 Jan 2026 14:20:29 +0530 Subject: [PATCH] fix(nimble) Fix tinycrypt compilation issues when enabled --- nimble/host/src/ble_aes_ccm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nimble/host/src/ble_aes_ccm.c b/nimble/host/src/ble_aes_ccm.c index 8a13836fc..7d4478d80 100644 --- a/nimble/host/src/ble_aes_ccm.c +++ b/nimble/host/src/ble_aes_ccm.c @@ -72,6 +72,7 @@ ble_aes_ccm_encrypt_be(const uint8_t *key, const uint8_t *plaintext, uint8_t *en } #else +#include #include int ble_aes_ccm_encrypt_be(const uint8_t *key, const uint8_t *plaintext, uint8_t *enc_data)