commit | 397d29db42f4d2aa7d68000ed413ce45459f1514 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Sat Jun 17 11:30:47 2017 -0400 |
committer | Kumar Gala <kumar.gala@gmail.com> | Sun Jun 18 09:24:04 2017 -0500 |
tree | e22071e0c638f2a28963182543f3ab3055755bf0 | |
parent | be366b7ba63b48f550e0ac15e53e70632f8b1ca4 [diff] [blame] |
linker: move all linker headers to include/linker Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/kernel/stack.c b/kernel/stack.c index b5d59d6..01dd4c1 100644 --- a/kernel/stack.c +++ b/kernel/stack.c
@@ -12,7 +12,7 @@ #include <kernel_structs.h> #include <debug/object_tracing_common.h> #include <toolchain.h> -#include <sections.h> +#include <linker/sections.h> #include <ksched.h> #include <wait_q.h> #include <misc/__assert.h>