$OpenBSD: patch-third_party_webrtc_base_stringutils_h,v 1.2 2015/05/06 14:27:24 robert Exp $
--- third_party/webrtc/base/stringutils.h.orig.port	Thu Oct  2 19:40:33 2014
+++ third_party/webrtc/base/stringutils.h	Fri Oct 10 19:52:11 2014
@@ -20,14 +20,14 @@
 #include <malloc.h>
 #include <wchar.h>
 #define alloca _alloca
-#endif  // WEBRTC_WIN 
+#endif  // WEBRTC_WIN
 
 #if defined(WEBRTC_POSIX)
-#ifdef BSD
+#if defined(WEBRTC_BSD) || defined(BSD)
 #include <stdlib.h>
-#else  // BSD
+#else  // WEBRTC_BSD
 #include <alloca.h>
-#endif  // !BSD
+#endif  // !WEBRTC_BSD
 #endif  // WEBRTC_POSIX
 
 #include <string>
