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/msg_q.c b/kernel/msg_q.c index 94896e7..baf0e02 100644 --- a/kernel/msg_q.c +++ b/kernel/msg_q.c
@@ -14,7 +14,7 @@ #include <kernel_structs.h> #include <debug/object_tracing_common.h> #include <toolchain.h> -#include <sections.h> +#include <linker/sections.h> #include <string.h> #include <wait_q.h> #include <misc/dlist.h>