commit | c21ca5b4272fc225c0f6a6486b249db3c9f780bd | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sun Jan 25 19:16:51 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Jan 25 19:16:52 2015 +0000 |
tree | a10869d1d9280a584801d0e2d20022941975c254 | |
parent | 7d4893b96349d86c414f16eb1a2ff21aa93143ca [diff] | |
parent | aaf9802da6cea710e0777abb852724e1825cad63 [diff] |
Merge "Include <strings.h> for ffs."
diff --git a/keystore-engine/keyhandle.cpp b/keystore-engine/keyhandle.cpp index 1799735..aeba896 100644 --- a/keystore-engine/keyhandle.cpp +++ b/keystore-engine/keyhandle.cpp
@@ -25,6 +25,8 @@ #include <openssl/engine.h> +#include <string.h> + /** * Makes sure the ex_data for the keyhandle is initially set to NULL. */