commit | c67eb563555648ddd3d82a8ef54b9d7ce52063c3 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Mar 26 13:44:44 2018 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Mar 28 20:52:08 2018 -0400 |
tree | 96e6b46189b8e09611a86c28fd729bc755bfb06b | |
parent | 4b358757195ba1d7c2caf208fbe443940f4471c8 [diff] [blame] |
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>
diff --git a/scripts/gen_syscalls.py b/scripts/gen_syscalls.py index 750d82d..ee9fadd 100755 --- a/scripts/gen_syscalls.py +++ b/scripts/gen_syscalls.py
@@ -29,6 +29,8 @@ #ifndef _ASMLANGUAGE +#include <zephyr/types.h> + #ifdef __cplusplus extern "C" { #endif