From 65690040f21827300a7e95e91adc64453b5ba309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 12 Nov 2021 16:15:27 +0100 Subject: [PATCH] Haiku port oneliner --- include/PR/os_libc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/PR/os_libc.h b/include/PR/os_libc.h index 9eb872e7..05ab6682 100644 --- a/include/PR/os_libc.h +++ b/include/PR/os_libc.h @@ -5,7 +5,7 @@ // old bstring functions that aren't present on some platforms -#if defined(__APPLE__) +#if defined(__APPLE__) || defined(__HAIKU__) // macOS libc has them #include