This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
commit 39b367f0033f852eabf34d44304bea106db86a5b Author: chrysn <[email protected]> AuthorDate: Tue Dec 24 02:53:56 2024 +0100 porting: Add missing include --- porting/npl/riot/include/nimble/nimble_npl_os_log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/porting/npl/riot/include/nimble/nimble_npl_os_log.h b/porting/npl/riot/include/nimble/nimble_npl_os_log.h index 91c804754..f585070da 100644 --- a/porting/npl/riot/include/nimble/nimble_npl_os_log.h +++ b/porting/npl/riot/include/nimble/nimble_npl_os_log.h @@ -21,6 +21,7 @@ #define _NIMBLE_NPL_OS_LOG_H_ #include <stdarg.h> +#include <stdio.h> /* Example on how to use macro to generate module logging functions */ #define BLE_NPL_LOG_IMPL(lvl) \
