summaryrefslogtreecommitdiff
path: root/libunwindstack/Maps.cpp
diff options
context:
space:
mode:
authorFlorian Mayer <fmayer@google.com>2018-10-23 15:56:28 +0100
committerChristopher Ferris <cferris@google.com>2018-12-06 10:09:20 -0800
commit8d193e76df68dbeef8250b82e73ee33f3e77cbf1 (patch)
tree2126dbf022eba545555dbc8f50e861fd7ba54c51 /libunwindstack/Maps.cpp
parent4df5fe2ea7a904a56fe6125604cec9806af3e4b9 (diff)
downloadunwinding-8d193e76df68dbeef8250b82e73ee33f3e77cbf1.tar.gz
Add missing includes.
Test: Builds. Change-Id: Ia8b79154902503cdd774dc3b4523466123b4324c
Diffstat (limited to 'libunwindstack/Maps.cpp')
-rw-r--r--libunwindstack/Maps.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libunwindstack/Maps.cpp b/libunwindstack/Maps.cpp
index 8729871..a9fb859 100644
--- a/libunwindstack/Maps.cpp
+++ b/libunwindstack/Maps.cpp
@@ -19,6 +19,7 @@
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
+#include <string.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <unistd.h>