commit | 4f911e192fc24dc79268b8b78dfeff36c5403dd7 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Wed Sep 05 10:13:38 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 11 15:18:52 2019 -0500 |
tree | 42c55f56b50935d05ee58badaeacfe0c9782b970 | |
parent | d3e27f518f402e123e5b9fcd8bb106a617f52c10 [diff] |
kernel: Add missing include These files were using z_thread_malloc() without including kernel_internal.h. On existing architectures that works due to transitive includes, but x86_64 has a thinner include layer and doesn't do it for us. Include the files required for the APIs we use. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>