summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Jansen <jansene@google.com>2021-06-24 10:42:41 -0700
committerErwin Jansen <jansene@google.com>2021-06-24 10:44:06 -0700
commit47b4413a7413456640f3c46dd5127a9075af53fc (patch)
tree6ec6cd2a894ed9873574f294b96731608f396706
parent9437575da4e39ef54379f9d9eb67b7a0f66c52b0 (diff)
downloadlibchrome-emu-31-release.tar.gz
gcc can complain about memset not being available. Bug: 191973002 Change-Id: I7f12ef722b49fbcce25b785b32037ac0cb937623
-rw-r--r--base/profiler/stack_copier_signal.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/profiler/stack_copier_signal.cc b/base/profiler/stack_copier_signal.cc
index cd3133d35f..f82637c01c 100644
--- a/base/profiler/stack_copier_signal.cc
+++ b/base/profiler/stack_copier_signal.cc
@@ -9,6 +9,7 @@
#include <sys/ucontext.h>
#include <syscall.h>
+#include <cstring>
#include <atomic>
#include "base/notreached.h"