aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__webrtc__system_wrappers__source__atomic32_posix.cc
blob: ff19711b78f991e7a56b03a95e2b715763ca54b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- third_party/webrtc/system_wrappers/source/atomic32_posix.cc.orig	2014-10-10 09:16:13 UTC
+++ third_party/webrtc/system_wrappers/source/atomic32_posix.cc
@@ -12,7 +12,11 @@
 
 #include <assert.h>
 #include <inttypes.h>
+#if defined(WEBRTC_BSD)
+#include <stdlib.h>
+#else
 #include <malloc.h>
+#endif
 
 #include "webrtc/common_types.h"