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:
Andrew Boie 2018-03-26 13:44:44 -07:00 committed by Anas Nashif
commit c67eb56355

View file

@ -29,6 +29,8 @@ list_template = """
#ifndef _ASMLANGUAGE
#include <zephyr/types.h>
#ifdef __cplusplus
extern "C" {
#endif