commit | 13574077a5dfff8313e927e611207493e271938d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jan 28 11:48:09 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Jan 28 11:48:09 2015 -0800 |
tree | b1e44dfe4777f56051efbe5052e6f63088760c52 | |
parent | 7793c3832a4d40d1bc9f396ef502b2ffd7bfdafb [diff] [blame] |
Add missing <string.h> include. Change-Id: Ia9fdc3516343a1fbfa5cba6fb296626de3f3abd9
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>