Bluetooth: log: Add missing sections.h include

The __stack and __noinit defines require sections.h.

Change-Id: I15f69b2ac9bc737016c986b21c76e576465bfdf7
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-06-29 13:30:11 +03:00
commit e4c8293e7f

View file

@ -20,6 +20,8 @@
#ifndef __BT_LOG_H
#define __BT_LOG_H
#include <sections.h>
#ifdef __cplusplus
extern "C" {
#endif