This is an automated email from the ASF dual-hosted git repository. linguini pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit da105afee2186f6b971df38802823ab6748e8621 Author: ouyangxiangzhen <[email protected]> AuthorDate: Thu Jan 29 15:48:01 2026 +0800 ostest/hrtimer: Add missing assert.h This commit added missing assert.h. Signed-off-by: ouyangxiangzhen <[email protected]> --- testing/ostest/hrtimer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/ostest/hrtimer.c b/testing/ostest/hrtimer.c index 48ed46b99..4cd9eb157 100644 --- a/testing/ostest/hrtimer.c +++ b/testing/ostest/hrtimer.c @@ -27,6 +27,7 @@ #include <nuttx/config.h> #include <nuttx/hrtimer.h> +#include <assert.h> #include <stdio.h> #include <sched.h> #include <unistd.h>
