summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-01 23:38:02 +0800
committerruki <[email protected]>2023-02-01 23:38:02 +0800
commit7682cd015e780646e12b1f18a347349209ad6ecc (patch)
tree3b409e5264ac1a15135dbcdb5475bb179e177f23 /core/src
parenta12a317d7603794445cfee20718918ca5b96bf3d (diff)
improve engine
Diffstat (limited to 'core/src')
-rw-r--r--core/src/xmake/engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c
index aa58cc47c..17370a8ea 100644
--- a/core/src/xmake/engine.c
+++ b/core/src/xmake/engine.c
@@ -37,7 +37,7 @@
# include <unistd.h>
# include <mach-o/dyld.h>
# include <signal.h>
-#elif defined(TB_CONFIG_OS_LINUX) || defined(TB_CONFIG_OS_BSD) || defined(TB_CONFIG_OS_ANDROID)
+#elif defined(TB_CONFIG_OS_LINUX) || defined(TB_CONFIG_OS_BSD) || defined(TB_CONFIG_OS_ANDROID) || defined(TB_CONFIG_OS_HAIKU)
# include <unistd.h>
# include <signal.h>
#endif