about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2021-08-30 15:28:44 +0100
committerRory Bradford <roryrjb@gmail.com>2021-08-30 15:28:44 +0100
commit815aaa515b56060c6c3e8c02be11e6fd4d44bb1d (patch)
tree5371eaa53f114a0a7b35aa86d52fbb1c1850ec1f
parentc13cd0ad0a26fc3a764133f075b553b22837710c (diff)
downloadrf-815aaa515b56060c6c3e8c02be11e6fd4d44bb1d.tar.gz
Fix build on macOS
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
-rw-r--r--include/common/strl.c2
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"