diff options
-rw-r--r-- | include/common/strl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |