Added missed includes.
Signed-off-by: Dmytro Kosmii <dmytro.kosmii@telink-semi.com> Change-Id: I172a68a1ad6ca194399a6d47d46c54ebcfbd9338
This commit is contained in:
parent
f7d79148b7
commit
3a190a1a1b
|
@ -35,6 +35,7 @@
|
|||
#include "los_config.h"
|
||||
#include "los_interrupt.h"
|
||||
#include "los_arch_context.h"
|
||||
#include "los_error.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <securec.h>
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "los_config.h"
|
||||
#include "los_task.h"
|
||||
#include "los_debug.h"
|
||||
|
|
Loading…
Reference in New Issue