From 924e9b0acd869406c57b0724b82fd0f49b0b180b Mon Sep 17 00:00:00 2001 From: Finxx Date: Thu, 28 Apr 2022 17:58:10 -0500 Subject: [PATCH] Fix compilation error on macOS using Clang. --- src/xml.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xml.c b/src/xml.c index 6e046a4..f149005 100644 --- a/src/xml.c +++ b/src/xml.c @@ -25,7 +25,11 @@ #endif #include + +#ifndef __MACH__ #include +#endif + #include #include #include