$OpenBSD: patch-third_party_webrtc_system_wrappers_source_atomic32_posix_cc,v 1.2 2015/05/06 14:27:24 robert Exp $
--- third_party/webrtc/system_wrappers/source/atomic32_posix.cc.orig.port	Sat Oct 11 19:03:07 2014
+++ third_party/webrtc/system_wrappers/source/atomic32_posix.cc	Sat Oct 11 19:03:13 2014
@@ -12,7 +12,7 @@
 
 #include <assert.h>
 #include <inttypes.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #include "webrtc/common_types.h"
 
