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

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


The following commit(s) were added to refs/heads/master by this push:
     new d9eedb052 tesint/irtest: Include unistd.h to get close prototype
d9eedb052 is described below

commit d9eedb052ed551ef56b23e347a42d6326db62e90
Author: Xiang Xiao <[email protected]>
AuthorDate: Sun Feb 5 22:56:35 2023 +0800

    tesint/irtest: Include unistd.h to get close prototype
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 testing/irtest/cmd.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testing/irtest/cmd.cxx b/testing/irtest/cmd.cxx
index 44d07f39f..70a939065 100644
--- a/testing/irtest/cmd.cxx
+++ b/testing/irtest/cmd.cxx
@@ -29,6 +29,7 @@
 #include <pthread.h>
 #include <stdio.h>
 #include <fcntl.h>
+#include <unistd.h>
 
 #include "enum.hpp"
 #include "cmd.hpp"

Reply via email to