From 12fed747226c377c656b8acb8346154627845b6f Mon Sep 17 00:00:00 2001 From: silen Date: Mon, 2 Aug 2021 10:30:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20timer=20qemu=20=E5=A4=B4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I763ee6f0d013d84f36da9a7cb6d369f3d02e6c45 Signed-off-by: silen --- kal/posix/src/time.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kal/posix/src/time.c b/kal/posix/src/time.c index adf3ca76..0f54fca3 100644 --- a/kal/posix/src/time.c +++ b/kal/posix/src/time.c @@ -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;