$OpenBSD: patch-third_party_webrtc_system_wrappers_source_atomic32_posix_cc,v 1.1 2013/07/15 14:59:30 robert Exp $
--- third_party/webrtc/system_wrappers/source/atomic32_posix.cc.orig.port	Sun Jul 14 01:13:10 2013
+++ third_party/webrtc/system_wrappers/source/atomic32_posix.cc	Sun Jul 14 01:13:17 2013
@@ -12,7 +12,7 @@
 
 #include <assert.h>
 #include <inttypes.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #include "common_types.h"
 
