Skip to content

Commit

Permalink
Fix build for Haiku
Browse files Browse the repository at this point in the history
  • Loading branch information
Begasus committed Sep 6, 2024
1 parent df13338 commit 42ced40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra-cmds/acutest.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,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>
Expand Down

0 comments on commit 42ced40

Please sign in to comment.