gen_syscalls.py: fix include issue
The generated header uses Zephyr's custom integer type definitions but wasn't including the proper header. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
4b35875719
commit
c67eb56355
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ list_template = """
|
|||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#include <zephyr/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue