summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Leme <felipeal@google.com>2015-12-14 17:09:02 -0800
committerFelipe Leme <felipeal@google.com>2015-12-14 17:09:02 -0800
commit32587c39bbc504f51e6f4b0f43764fbd579d3044 (patch)
tree1324193f60bcca292fb61ac40e30cede18426c3b
parent5662eb2c0d3b3d7734e429c2c92c218c86b7739f (diff)
downloadfugu-32587c39bbc504f51e6f4b0f43764fbd579d3044.tar.gz
Added missing #include after C++ migration.
BUG: 25563823 Change-Id: Idf67f8e4b0f0b751533d88e060e454f51c4dc163
-rw-r--r--dumpstate/dumpstate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dumpstate/dumpstate.cpp b/dumpstate/dumpstate.cpp
index 1a5c128..a38a97b 100644
--- a/dumpstate/dumpstate.cpp
+++ b/dumpstate/dumpstate.cpp
@@ -19,6 +19,7 @@
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
static const char base64[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";