You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ar...@apache.org on 2021/12/08 08:32:54 UTC

[incubator-nuttx-apps] branch master updated: testing/ostest: Include nuttx/arch.h explicitly

This is an automated email from the ASF dual-hosted git repository.

archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 87d8494  testing/ostest: Include nuttx/arch.h explicitly
87d8494 is described below

commit 87d8494a6efea6c10b5114bb0a4289278f974586
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Mon Dec 6 23:05:46 2021 +0800

    testing/ostest: Include nuttx/arch.h explicitly
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 testing/ostest/tls.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testing/ostest/tls.c b/testing/ostest/tls.c
index 54ec3bc..03227e3 100644
--- a/testing/ostest/tls.c
+++ b/testing/ostest/tls.c
@@ -29,6 +29,7 @@
 #include <stdio.h>
 #include <string.h>
 
+#include <nuttx/arch.h>
 #include <nuttx/tls.h>
 
 #include "ostest.h"