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:
Yuval Peress 2021-10-30 23:18:55 -06:00 committed by Maureen Helm
commit 9103bf8230

View file

@ -8,6 +8,7 @@
#define ZEPHYR_INCLUDE_SYS___ASSERT_H_
#include <stdbool.h>
#include <sys/printk.h>
#ifdef CONFIG_ASSERT
#ifndef __ASSERT_ON