From e4c8293e7f3c154b62acc37d16122fe84ce11bda Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 29 Jun 2016 13:30:11 +0300 Subject: [PATCH] Bluetooth: log: Add missing sections.h include The __stack and __noinit defines require sections.h. Change-Id: I15f69b2ac9bc737016c986b21c76e576465bfdf7 Signed-off-by: Johan Hedberg --- include/bluetooth/log.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/bluetooth/log.h b/include/bluetooth/log.h index a6d95e692bc..f64c09300a0 100644 --- a/include/bluetooth/log.h +++ b/include/bluetooth/log.h @@ -20,6 +20,8 @@ #ifndef __BT_LOG_H #define __BT_LOG_H +#include + #ifdef __cplusplus extern "C" { #endif