diff options
| author | ruki <[email protected]> | 2023-02-01 23:38:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-01 23:38:25 +0800 |
| commit | 3e5f4ce74a98bb1d8b3fc6d7ff9a9bd04aedf710 (patch) | |
| tree | 2492b6cdf436ffc649b61ee3b11c13167babdcd6 | |
| parent | 7682cd015e780646e12b1f18a347349209ad6ecc (diff) | |
improve openv
| -rw-r--r-- | core/src/xmake/process/openv.c | 2 |
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 |
