aboutsummaryrefslogtreecommitdiffstats
path: root/verifier_test.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-24 22:21:24 -0800
committerElliott Hughes <enh@google.com>2015-01-24 22:21:24 -0800
commite01d9de9816e71e333d4c94c6edcb06752236656 (patch)
tree3f98f71d27e47bff4b4b59ba007ae7ba2a089032 /verifier_test.cpp
parentdd719dfe4eb1d8c15342ce05d2a0ab975c390d67 (diff)
downloadbootable_recovery-e01d9de9816e71e333d4c94c6edcb06752236656.zip
bootable_recovery-e01d9de9816e71e333d4c94c6edcb06752236656.tar.gz
bootable_recovery-e01d9de9816e71e333d4c94c6edcb06752236656.tar.bz2
Add missing <string.h> include.
Change-Id: I79a9a58904b2992c306d8de0c7b3a4aacd4b67e0
Diffstat (limited to 'verifier_test.cpp')
-rw-r--r--verifier_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/verifier_test.cpp b/verifier_test.cpp
index e2f3d10..93a071e 100644
--- a/verifier_test.cpp
+++ b/verifier_test.cpp
@@ -19,6 +19,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>