commit | 528b3ee699e5d4d4a6e7543bf46550773ea51ead | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sun Jan 25 21:00:54 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Sun Jan 25 21:00:54 2015 +0000 |
tree | 608a4030fcab04d4aa7f1e09011d6d715fff0cfd | |
parent | 267ec09d5d17366dc73a1ec7b3d1a5109dcb1a75 [diff] | |
parent | 4db9c8935df6347e54aa9581f019a802d2ec7dad [diff] |
am 4db9c893: am d4069928: Merge "Add missing <string.h> include." * commit '4db9c8935df6347e54aa9581f019a802d2ec7dad': 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>