Skip to content

Commit fa5c757

Browse files
lyakhkv2019i
authored andcommitted
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 28639f2 commit fa5c757

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)