aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__webrtc__system_wrappers__source__atomic32_posix.cc
blob: af5095ac26df7f7a54f2a79126fc5e13f0a8f251 (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-08-12 21:04:15.000000000 +0200
+++ ./third_party/webrtc/system_wrappers/source/atomic32_posix.cc	2014-08-13 09:57:00.000000000 +0200
@@ -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"