assert: Add missing include
printk is used if CONFIG_ASSERT_VERBOSE is set but was missing an import Signed-off-by: Yuval Peress <peress@google.com>
This commit is contained in:
parent
e84a48d8b8
commit
9103bf8230
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#define ZEPHYR_INCLUDE_SYS___ASSERT_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <sys/printk.h>
|
||||
|
||||
#ifdef CONFIG_ASSERT
|
||||
#ifndef __ASSERT_ON
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue