$OpenBSD: patch-third_party_webrtc_rtc_base_string_utils_h,v 1.1 2019/04/17 11:48:55 robert Exp $

Index: third_party/webrtc/rtc_base/string_utils.h
--- third_party/webrtc/rtc_base/string_utils.h.orig
+++ third_party/webrtc/rtc_base/string_utils.h
@@ -25,7 +25,7 @@
 #endif  // WEBRTC_WIN
 
 #if defined(WEBRTC_POSIX)
-#ifdef BSD
+#if defined(WEBRTC_BSD) || defined(BSD)
 #include <stdlib.h>
 #else  // BSD
 #include <alloca.h>
