commit | 3f1f2e07abe919abe044d710aea644d0aebde56a | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Tue Oct 23 15:56:28 2018 +0100 |
committer | Christopher Ferris <cferris@google.com> | Thu Dec 06 10:09:20 2018 -0800 |
tree | 030fc92defd72d83a7c5c3af173f08922221bf51 | |
parent | 215d1d510ea1d1f076716ab9303f87cbcd8bcacc [diff] [blame] |
Add missing includes. Test: Builds. Change-Id: Ia8b79154902503cdd774dc3b4523466123b4324c
diff --git a/libunwindstack/Memory.cpp b/libunwindstack/Memory.cpp index a30d65e..9904fef 100644 --- a/libunwindstack/Memory.cpp +++ b/libunwindstack/Memory.cpp
@@ -16,6 +16,7 @@ #include <errno.h> #include <fcntl.h> +#include <string.h> #include <sys/mman.h> #include <sys/ptrace.h> #include <sys/stat.h>