Merge pull request #1808 from kallisti5/haiku-fix-2023

build: Fixes for Haiku
This commit is contained in:
2023-03-26 12:17:23 +08:00
committed by GitHub
4 changed files with 14 additions and 4 deletions

View File

@@ -270,7 +270,7 @@
#include <string.h>
#include <setjmp.h>
#if defined(unix) || defined(__unix__) || defined(__unix) || defined(__APPLE__)
#if defined(unix) || defined(__unix__) || defined(__unix) || defined(__APPLE__) || defined(__HAIKU__)
#define ACUTEST_UNIX_ 1
#include <errno.h>
#include <libgen.h>