From 815aaa515b56060c6c3e8c02be11e6fd4d44bb1d Mon Sep 17 00:00:00 2001 From: Rory Bradford Date: Mon, 30 Aug 2021 15:28:44 +0100 Subject: Fix build on macOS Signed-off-by: Rory Bradford --- include/common/strl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/common/strl.c b/include/common/strl.c index 6c477ae..42141a7 100644 --- a/include/common/strl.c +++ b/include/common/strl.c @@ -14,7 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(BSD) +#if !defined(BSD) && !defined(__APPLE__) #include "strl.h" -- cgit 1.4.1-2-gfad0