commit | 8d450c66545b819aff582c033b6a7de0ff04c905 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jan 28 20:04:58 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 28 20:04:58 2015 +0000 |
tree | b1e44dfe4777f56051efbe5052e6f63088760c52 | |
parent | 7793c3832a4d40d1bc9f396ef502b2ffd7bfdafb [diff] | |
parent | 13574077a5dfff8313e927e611207493e271938d [diff] |
Merge "Add missing <string.h> include."
diff --git a/keystore/keyblob_utils.cpp b/keystore/keyblob_utils.cpp index b208073..9970e8c 100644 --- a/keystore/keyblob_utils.cpp +++ b/keystore/keyblob_utils.cpp
@@ -14,6 +14,7 @@ * limitations under the License. */ +#include <string.h> #include <sys/types.h> #include <unistd.h>