fix: timer qemu 头文件缺失
Change-Id: I763ee6f0d013d84f36da9a7cb6d369f3d02e6c45 Signed-off-by: silen <wuyunjie@huawei.com>
This commit is contained in:
parent
7bd5a806e9
commit
12fed74722
|
@ -42,6 +42,7 @@
|
||||||
#include "los_swtmr.h"
|
#include "los_swtmr.h"
|
||||||
#include "los_tick.h"
|
#include "los_tick.h"
|
||||||
#include "los_context.h"
|
#include "los_context.h"
|
||||||
|
#include "los_interrupt.h"
|
||||||
|
|
||||||
/* accumulative time delta from discontinuous modify */
|
/* accumulative time delta from discontinuous modify */
|
||||||
STATIC struct timespec g_accDeltaFromSet;
|
STATIC struct timespec g_accDeltaFromSet;
|
||||||
|
|
Loading…
Reference in New Issue