From 6edaa8d3de5f5f0548da2b8b6fdd1745f104be05 Mon Sep 17 00:00:00 2001 From: Sloum sloom sluom IV Date: Sat, 29 Feb 2020 10:37:05 -0800 Subject: [PATCH] Adds basic haiku support. --- hermes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermes.c b/hermes.c index 3b1082b..c802f9e 100644 --- a/hermes.c +++ b/hermes.c @@ -21,7 +21,7 @@ // Apple does not seem to have basename available // as a part of string.h, so import libgen if needed -#if __APPLE__ +#if __APPLE__ || __HAIKU__ #include #endif