aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_system__wrappers_source_atomic32__posix.cc
blob: 1ece795a1e4e48c054b9c427a28b90c41883f5f6 (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	2016-05-11 19:04:03 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"