aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-base_allocator_allocator__shim__override__libc__symbols.h
blob: 6643e1d844946368895b24522e680398105e44c4 (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-04-14 01:08:36 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" {