$OpenBSD: patch-third_party_webrtc_rtc_base_stringutils_h,v 1.2 2018/05/04 07:14:58 robert Exp $

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