Skip to content

Commit c859e78

Browse files
committed
Zephyr: add a missing header
Fix an "unknown type name 'bool'" compilation error. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent bb6b4b8 commit c859e78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zephyr/include/sof/lib/memory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#define __SOF_LIB_MEMORY_H__
88

99
#include <platform/lib/memory.h>
10+
#include <stdbool.h>
1011

1112
#ifndef __cold
1213
#define __cold

0 commit comments

Comments
 (0)