!243 fix: qemu中,timer模块缺少头文件

Merge pull request !243 from give-me-five/master
This commit is contained in:
openharmony_ci 2021-08-02 03:43:09 +00:00 committed by Gitee
commit ff7da435cf
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include "los_swtmr.h"
#include "los_tick.h"
#include "los_context.h"
#include "los_interrupt.h"
/* accumulative time delta from discontinuous modify */
STATIC struct timespec g_accDeltaFromSet;