commit | 4db9c8935df6347e54aa9581f019a802d2ec7dad | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sun Jan 25 20:42:51 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Sun Jan 25 20:42:51 2015 +0000 |
tree | 601f367444e8a1e731d6b8e3d7686693e4e609ea | |
parent | e84e931040a4f77aea14aca4c756940f3891d977 [diff] | |
parent | d40699287fb659eca92b93dd325f82babcef77e6 [diff] |
am d4069928: Merge "Add missing <string.h> include." * commit 'd40699287fb659eca92b93dd325f82babcef77e6': Add missing <string.h> include.
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>