From ed87aa242dbb8380d4806f17d9e6dc0edfef0660 Mon Sep 17 00:00:00 2001 From: yangguangcai Date: Thu, 18 May 2023 18:19:08 +0800 Subject: [PATCH] drivertest:fix compile error. Signed-off-by: yangguangcai --- testing/drivertest/drivertest_oneshot.c | 1 + testing/drivertest/drivertest_posix_timer.c | 1 + 2 files changed, 2 insertions(+) diff --git a/testing/drivertest/drivertest_oneshot.c b/testing/drivertest/drivertest_oneshot.c index 5971bb93c..85af74ec2 100644 --- a/testing/drivertest/drivertest_oneshot.c +++ b/testing/drivertest/drivertest_oneshot.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include diff --git a/testing/drivertest/drivertest_posix_timer.c b/testing/drivertest/drivertest_posix_timer.c index c042acda6..dbe9eca59 100644 --- a/testing/drivertest/drivertest_posix_timer.c +++ b/testing/drivertest/drivertest_posix_timer.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include