From d9eedb052ed551ef56b23e347a42d6326db62e90 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 5 Feb 2023 22:56:35 +0800 Subject: [PATCH] tesint/irtest: Include unistd.h to get close prototype Signed-off-by: Xiang Xiao --- 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 #include #include +#include #include "enum.hpp" #include "cmd.hpp"