aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__webrtc__base__stringutils.h
blob: fdea78fc41a66a9caa739be364ebc48d89abf612 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- third_party/webrtc/base/stringutils.h.orig	2014-10-10 09:16:13 UTC
+++ third_party/webrtc/base/stringutils.h
@@ -23,11 +23,11 @@
 #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>