Merge "Fix macOS build."

This commit is contained in:
Kelvin Zhang 2021-01-16 15:05:43 +00:00 committed by Gerrit Code Review
commit 8196853980

View file

@ -18,7 +18,9 @@
#include <log/log.h>
#if !defined(__APPLE__)
#include <malloc.h>
#endif
void process_disable_memory_mitigations() {
bool success = false;