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/keystore.cpp b/keystore/keystore.cpp index e56edfd..9ee2598 100644 --- a/keystore/keystore.cpp +++ b/keystore/keystore.cpp
@@ -20,6 +20,7 @@ #include <stdio.h> #include <stdint.h> #include <string.h> +#include <strings.h> #include <unistd.h> #include <signal.h> #include <errno.h>