aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h
blob: 8a09d9647589666891119aba940c93bc1014a27c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- base/allocator/allocator_shim_override_libc_symbols.h.orig	2021-03-12 23:57:15 UTC
+++ base/allocator/allocator_shim_override_libc_symbols.h
@@ -16,6 +16,10 @@
 #include <malloc.h>
 #endif
 
+#if defined(OS_BSD)
+#include <stdlib.h>
+#endif
+
 #include "base/allocator/allocator_shim_internals.h"
 
 extern "C" {