Add missing includes for ARC
include nanokernel.h and misc/util.h Those are needed after the restructuring and changes done to public APIs. Change-Id: Icbb1d182419e793afe7a74b14af1f31180967f39 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f45e4aa9a1
commit
09821973ca
1 changed files with 2 additions and 0 deletions
|
@ -53,8 +53,10 @@ extern "C" {
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
||||||
#ifndef _ASMLANGUAGE
|
#ifndef _ASMLANGUAGE
|
||||||
|
#include <nanokernel.h> /* public nanokernel API */
|
||||||
#include <../../../kernel/nanokernel/include/nano_internal.h>
|
#include <../../../kernel/nanokernel/include/nano_internal.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <misc/util.h>
|
||||||
#include <misc/dlist.h>
|
#include <misc/dlist.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue