From 3e5f4ce74a98bb1d8b3fc6d7ff9a9bd04aedf710 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 1 Feb 2023 23:38:25 +0800 Subject: improve openv --- core/src/xmake/process/openv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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 #endif -- cgit v1.3.1