summaryrefslogtreecommitdiff
path: root/core/src/xmake/process
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-01 23:38:25 +0800
committerruki <[email protected]>2023-02-01 23:38:25 +0800
commit3e5f4ce74a98bb1d8b3fc6d7ff9a9bd04aedf710 (patch)
tree2492b6cdf436ffc649b61ee3b11c13167babdcd6 /core/src/xmake/process
parent7682cd015e780646e12b1f18a347349209ad6ecc (diff)
improve openv
Diffstat (limited to 'core/src/xmake/process')
-rw-r--r--core/src/xmake/process/openv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/process/openv.c b/core/src/xmake/process/openv.c
index fdb0a7f0f..79c8986bb 100644
--- a/core/src/xmake/process/openv.c
+++ b/core/src/xmake/process/openv.c
@@ -30,7 +30,7 @@
*/
#include "prefix.h"
#include "../io/prefix.h"
-#if defined(TB_CONFIG_OS_MACOSX) || defined(TB_CONFIG_OS_LINUX) || defined(TB_CONFIG_OS_BSD)
+#if defined(TB_CONFIG_OS_MACOSX) || defined(TB_CONFIG_OS_LINUX) || defined(TB_CONFIG_OS_BSD) || defined(TB_CONFIG_OS_HAIKU)
# include <signal.h>
#endif