pkgsrc-wip/chromium/patches/patch-base_allocator_alloca...

14 lines
359 B
C

$NetBSD$
--- base/allocator/allocator_shim_override_libc_symbols.h.orig 2017-02-02 02:02:47.000000000 +0000
+++ base/allocator/allocator_shim_override_libc_symbols.h
@@ -10,7 +10,7 @@
#endif
#define BASE_ALLOCATOR_ALLOCATOR_SHIM_OVERRIDE_LIBC_SYMBOLS_H_
-#include <malloc.h>
+#include <stdlib.h>
#include "base/allocator/allocator_shim_internals.h"